Revision 11686
Added by Aaron Marcuse-Kubitza about 11 years ago
README.TXT | ||
---|---|---|
335 | 335 |
then rerun with l=1 ... |
336 | 336 |
to backup files not in Time Machine: |
337 | 337 |
On local machine: |
338 |
src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/ |
|
338 |
overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/
|
|
339 | 339 |
then rerun with l=1 ... |
340 | 340 |
pg_ctl. stop # stop the PostgreSQL server |
341 |
src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/ |
|
341 |
overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/
|
|
342 | 342 |
then rerun with l=1 ... |
343 | 343 |
pg_ctl. start # start the PostgreSQL server |
344 | 344 |
VegCore data dictionary: |
Also available in: Unified diff
bugfix: /README.TXT: to backup files not in Time Machine: PostgreSQL: need to run with `overwrite=1` so removed files are also deleted