Revision 14915
Added by Aaron Marcuse-Kubitza about 10 years ago
README.TXT | ||
---|---|---|
582 | 582 |
# statuses of the partitions involved |
583 | 583 |
pause Dropbox: system tray > Dropbox icon > gear icon > Pause Syncing |
584 | 584 |
otherwise, the backup of ~/.dropbox will be corrupted |
585 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
|
|
585 |
brew services stop postgresql # if doesn't work, run `rm /usr/local/var/postgres/postmaster.pid` and retry
|
|
586 | 586 |
l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put --exclude='/\**' --exclude=/.fseventsd/ --exclude=/private/var/vm/ |
587 | 587 |
# no --extended-attributes: rsync has to visit every file for this |
588 | 588 |
# runtime: 10 min (~600); initial runtime: 4-13 h ("2422.84"+"12379.91" .. "45813.19"+"747.96") |
589 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
|
|
589 |
brew services start postgresql # if doesn't work, run `rm /usr/local/var/postgres/postmaster.pid` and retry
|
|
590 | 590 |
resume Dropbox: system tray > Dropbox icon > gear icon > Resume Syncing |
591 | 591 |
to restore from Time Machine: |
592 | 592 |
# restart holding Alt |
Also available in: Unified diff
bugfix: /README.TXT: to back up the local machine's hard drive: need to use `brew services _ postgresql` instead of `launchctl _ ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist`