Revision 10981
Added by Aaron Marcuse-Kubitza about 11 years ago
README.TXT | ||
---|---|---|
318 | 318 |
then rerun with l=1 ... |
319 | 319 |
to backup files not in Time Machine: |
320 | 320 |
pg_ctl. stop # stop the PostgreSQL server |
321 |
src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo put Library/PostgreSQL/9.1/data/ |
|
321 |
src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put Library/PostgreSQL/9.1/data/
|
|
322 | 322 |
then rerun with l=1 ... |
323 | 323 |
pg_ctl. start # start the PostgreSQL server |
324 | 324 |
VegCore data dictionary: |
Also available in: Unified diff
bugfix: /README.TXT: to backup files not in Time Machine: need to use -E option to sudo to preserve env, after installing the latest system update