Revision 10817
Added by Aaron Marcuse-Kubitza about 11 years ago
README.TXT | ||
---|---|---|
51 | 51 |
overwrite=1 sync_local_dir=~ sync_remote_subdir= bin/sync_upload ~/"VirtualBox VMs/**" |
52 | 52 |
then rerun with l=1 ... |
53 | 53 |
to backup files not in Time Machine: |
54 |
stop the PostgreSQL server |
|
54 |
pg_ctl. stop # stop the PostgreSQL server
|
|
55 | 55 |
src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo put Library/PostgreSQL/9.1/data/ |
56 | 56 |
then rerun with l=1 ... |
57 | 57 |
start the PostgreSQL server |
Also available in: Unified diff
/README.TXT: to backup files not in Time Machine: added command to stop the PostgreSQL server