Revision 14581
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
482 | 482 |
start Dropbox: /Applications > double-click Dropbox.app |
483 | 483 |
to backup files not in Time Machine: |
484 | 484 |
On local machine: |
485 |
overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres |
|
486 |
then review diff, and rerun with `l=1` prepended |
|
485 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres |
|
487 | 486 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
488 |
overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres |
|
489 |
then review diff, and rerun with `l=1` prepended |
|
487 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres |
|
490 | 488 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
491 | 489 |
to back up the local machine's hard drive: |
492 | 490 |
turn on and connect the 2 TB external hard drive |
Also available in: Unified diff
/README.TXT: to backup files not in Time Machine: don't need to review diff because command is unidirectional