Revision 8718
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
23 | 23 |
to synchronize a Mac's settings with my testing machine's: |
24 | 24 |
download: |
25 | 25 |
WARNING: this will overwrite all your user's settings! |
26 |
env overwrite=1 swap=1 src=~/Library/ dest='aaronmk@jupiter:~/Library/' put --exclude="/Saved Application State/**"
|
|
26 |
env overwrite=1 swap=1 src=~/Library/ dest='aaronmk@jupiter:~/Library/' put --exclude="/Saved Application State" |
|
27 | 27 |
then rerun with env l=1 ... |
28 | 28 |
upload: |
29 |
env overwrite=1 src=~/Library/ dest='aaronmk@jupiter:~/Library/' put --exclude="/Saved Application State/**"
|
|
29 |
env overwrite=1 src=~/Library/ dest='aaronmk@jupiter:~/Library/' put --exclude="/Saved Application State" |
|
30 | 30 |
then rerun with env l=1 ... |
31 |
env overwrite=1 src=~/Library/ dest=~/Dropbox/Library/ put --exclude="/Saved Application State/**"
|
|
31 |
env overwrite=1 src=~/Library/ dest=~/Dropbox/Library/ put --exclude="/Saved Application State" |
|
32 | 32 |
then rerun with env l=1 ... |
33 | 33 |
to backup the Ubuntu VM: |
34 | 34 |
env src=/Users/aaronmk/VirtualBox\ VMs/Ubuntu dest=/Volumes/Macintosh\ HD\ backup/Ubuntu put --exclude=/Ubuntu.prev.vdi |
Also available in: Unified diff
README.TXT: put commands: removed unnecessary /** after dirs to exclude