Revision 14696
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
511 | 511 |
screen |
512 | 512 |
# --exclude='/\**': exclude *-files indicating the (differing) retention |
513 | 513 |
# statuses of the partitions involved |
514 |
l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/ --exclude=/usr/local/var/postgres/ --exclude=/Users/aaronmk/.dropbox/ |
|
515 |
# no --extended-attributes: rsync has to visit every file for this |
|
516 |
# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96") |
|
517 |
# repeat until only minimal changes |
|
518 |
l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/ |
|
519 | 514 |
pause Dropbox: system tray > Dropbox icon > gear icon > Pause Syncing |
520 | 515 |
otherwise, the backup of ~/.dropbox will be corrupted |
521 | 516 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
522 | 517 |
l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/ |
518 |
# no --extended-attributes: rsync has to visit every file for this |
|
519 |
# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96") |
|
523 | 520 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
524 | 521 |
resume Dropbox: system tray > Dropbox icon > gear icon > Resume Syncing |
525 | 522 |
to restore from Time Machine: |
Also available in: Unified diff
/README.TXT: to back up the local machine's hard drive: just do a single pass, to avoid the numerous different steps