Revision 8720
Added by Aaron Marcuse-Kubitza almost 12 years ago
README.TXT | ||
---|---|---|
31 | 31 |
then rerun with env l=1 ... |
32 | 32 |
env overwrite=1 src=~ dest=~/Dropbox/home put --exclude="/Library/Saved Application State" --exclude="/.Trash" --exclude="/.dropbox" --exclude="/Documents/BIEN" --exclude="/Dropbox" --exclude="/software" --exclude="/VirtualBox VMs/**.sav" --exclude="/VirtualBox VMs/**.vdi" --exclude="/VirtualBox VMs/**.vmdk" |
33 | 33 |
then rerun with env l=1 ... |
34 |
to backup files not in Time Machine: |
|
35 |
env inplace=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ put Users/aaronmk/VirtualBox\ VMs/ |
|
36 |
then rerun with env l=1 ... |
|
37 |
stop the PostgreSQL server |
|
38 |
sudo env src=/ dest=/Volumes/Time\ Machine\ Backups/ put Library/PostgreSQL/9.1/data/ |
|
39 |
then rerun with env l=1 ... |
|
40 |
start the PostgreSQL server |
|
34 | 41 |
to backup the Ubuntu VM: |
35 | 42 |
env src=/Users/aaronmk/VirtualBox\ VMs/Ubuntu dest=/Volumes/Macintosh\ HD\ backup/Ubuntu put --exclude=/Ubuntu.prev.vdi |
36 | 43 |
then rerun with env l=1 ... |
Also available in: Unified diff
README.TXT: Maintenance: added steps to backup files not in Time Machine