Revision 11684
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/ |
|
339 |
then rerun with l=1 ... |
|
338 | 340 |
pg_ctl. stop # stop the PostgreSQL server |
339 | 341 |
src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.3/data/ |
340 |
then rerun with l=1 ... |
|
341 | 342 |
pg_ctl. start # start the PostgreSQL server |
342 | 343 |
VegCore data dictionary: |
343 | 344 |
Regularly, or whenever the VegCore data dictionary page |
Also available in: Unified diff
/README.TXT: to backup files not in Time Machine: PostgreSQL: only stop PostgreSQL after all files have been copied, to minimize the time that the PostgreSQL server is down (the final copy just copies concurrent changes)