Revision 14655
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
494 | 494 |
to backup files not in Time Machine: |
495 | 495 |
On local machine: |
496 | 496 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres/ |
497 |
# this cannot be backed up by Time Machine because it prevents the backup process from ending |
|
497 | 498 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
498 | 499 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres/ |
499 | 500 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
Also available in: Unified diff
/README.TXT: to backup files not in Time Machine: documented why Postgres cannot be backed up by Time Machine