Revision 14916
Added by Aaron Marcuse-Kubitza about 10 years ago
trunk/README.TXT | ||
---|---|---|
572 | 572 |
# `sudo find / ! -type d -links +1` does |
573 | 573 |
l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put usr/local/var/postgres/ |
574 | 574 |
# this cannot be backed up by Time Machine because it prevents the backup process from ending |
575 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server
|
|
575 |
brew services stop postgresql # if doesn't work, run `rm /usr/local/var/postgres/postmaster.pid` and retry
|
|
576 | 576 |
l=1 overwrite=1 src=/ dest='/Volumes/BIEN3.**SAVE**/' sudo -E put usr/local/var/postgres/ |
577 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server
|
|
577 |
brew services start postgresql # if doesn't work, run `rm /usr/local/var/postgres/postmaster.pid` and retry
|
|
578 | 578 |
to back up the local machine's hard drive: |
579 | 579 |
turn on and connect the 2 TB external hard drive |
580 | 580 |
screen |
Also available in: Unified diff
bugfix: /README.TXT: to backup files not in Time Machine: need to use `brew services _ postgresql` instead of `launchctl _ ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist`