Revision 14609
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
494 | 494 |
to back up the local machine's hard drive: |
495 | 495 |
turn on and connect the 2 TB external hard drive |
496 | 496 |
screen |
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 |
l=1 overwrite=1 src=/ dest=/Volumes/BIEN3/ sudo -E put --exclude=/.fseventsd/ --exclude=/private/var/vm/ --exclude=/usr/local/var/postgres/ --exclude=/Users/aaronmk/.dropbox/
|
|
498 | 498 |
# no --extended-attributes: rsync has to visit every file for this |
499 | 499 |
# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96") |
500 | 500 |
# repeat until only minimal changes |
501 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd/ --exclude=/private/var/vm/
|
|
501 |
l=1 overwrite=1 src=/ dest=/Volumes/BIEN3/ sudo -E put --exclude=/.fseventsd/ --exclude=/private/var/vm/
|
|
502 | 502 |
stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox |
503 | 503 |
otherwise, the backup of ~/.dropbox will be corrupted |
504 | 504 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
505 |
l=1 overwrite=1 src=/ dest=/Volumes/Macintosh\ HD\ backup/ sudo -E put --exclude=/.fseventsd/ --exclude=/private/var/vm/
|
|
505 |
l=1 overwrite=1 src=/ dest=/Volumes/BIEN3/ 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 |
508 | 508 |
to restore from Time Machine: |
Also available in: Unified diff
/README.TXT: to back up the local machine's hard drive: renamed backup partition to BIEN3 to make clear what the backup drive contains