Revision 14657
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 |
on first run, create parent dirs: |
497 |
mkdir -p /Volumes/Time\ Machine\ Backups/Users/aaronmk/Documents/BIEN/ |
|
498 |
l=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put --existing Users
|
|
499 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put --include='/vegbiendev**' --exclude='**' Users/aaronmk/Documents/BIEN/ # initial runtime: 4 h ("13912.63") |
|
497 |
mkdir -p /Volumes/Time\ Machine\ Backups/root/Users/aaronmk/Documents/BIEN/
|
|
498 |
l=1 src=/ dest=/Volumes/Time\ Machine\ Backups/root/ sudo -E put --existing
|
|
499 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/root/ sudo -E put --include='/vegbiendev**' --exclude='**' Users/aaronmk/Documents/BIEN/ # initial runtime: 4 h ("13912.63")
|
|
500 | 500 |
# this cannot be backed up by Time Machine because it dereferences hard links |
501 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres/ |
|
501 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/root/ sudo -E put usr/local/var/postgres/
|
|
502 | 502 |
# this cannot be backed up by Time Machine because it prevents the backup process from ending |
503 | 503 |
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # stop the PostgreSQL server |
504 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres/ |
|
504 |
l=1 overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/root/ sudo -E put usr/local/var/postgres/
|
|
505 | 505 |
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist # start the PostgreSQL server |
506 | 506 |
to back up the local machine's hard drive: |
507 | 507 |
turn on and connect the 2 TB external hard drive |
Also available in: Unified diff
/README.TXT: to backup files not in Time Machine: moved to root/ subdir to group the multiple top-level dirs together