Revision 14572
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
490 | 490 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
491 | 491 |
to back up the local machine's hard drive: |
492 | 492 |
turn on and connect the 2 TB external hard drive |
493 |
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 |
|
493 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --extended-attributes --exclude=/.fseventsd --exclude=/private/var/vm --exclude=/usr/local/var/postgres --exclude=/Users/aaronmk/.dropbox
|
|
494 | 494 |
# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96") |
495 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd --exclude=/private/var/vm |
|
495 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --extended-attributes --exclude=/.fseventsd --exclude=/private/var/vm
|
|
496 | 496 |
stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox |
497 | 497 |
otherwise, the backup of ~/.dropbox will be corrupted |
498 | 498 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
499 | 499 |
screen |
500 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd --exclude=/private/var/vm |
|
500 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --extended-attributes --exclude=/.fseventsd --exclude=/private/var/vm
|
|
501 | 501 |
# repeat until only minimal changes |
502 | 502 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
503 | 503 |
start Dropbox: /Applications > double-click Dropbox.app |
Also available in: Unified diff
fix: /README.TXT: to back up the local machine's hard drive: also need --extended-attributes