Revision 14608
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
493 | 493 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
494 | 494 |
to back up the local machine's hard drive: |
495 | 495 |
turn on and connect the 2 TB external hard drive |
496 |
screen |
|
496 | 497 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd/ --exclude=/private/var/vm/ --exclude=/usr/local/var/postgres/ --exclude=/Users/aaronmk/.dropbox/ |
497 | 498 |
# no --extended-attributes: rsync has to visit every file for this |
498 | 499 |
# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96") |
... | ... | |
501 | 502 |
stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox |
502 | 503 |
otherwise, the backup of ~/.dropbox will be corrupted |
503 | 504 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
504 |
screen |
|
505 | 505 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd/ --exclude=/private/var/vm/ |
506 | 506 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
507 | 507 |
start Dropbox: /Applications > double-click Dropbox.app |
Also available in: Unified diff
fix: /README.TXT: to back up the local machine's hard drive: updated location of `screen` for added commands