Revision 14693
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
476 | 476 |
# remove the downloaded Spam folder, because spam e-mails often contain viruses that would trigger clamscan |
477 | 477 |
overwrite=1 sync_local_dir=~/Dropbox/svn/ sync_remote_subdir=Dropbox/svn/ bin/sync_upload --size-only # just update mtimes |
478 | 478 |
then review diff, and rerun with `l=1` prepended |
479 |
overwrite=1 inplace=1 sync_local_dir=~/ sync_remote_subdir= bin/sync_upload ~/"VirtualBox VMs/**" # need inplace=1 because they are very large files |
|
479 |
overwrite=1 inplace=1 sync_local_dir=~/ sync_remote_subdir= bin/sync_upload ~/"VirtualBox VMs/**" # need inplace=1 because they are very large files
|
|
480 | 480 |
then review diff, and rerun with `l=1` prepended |
481 |
overwrite=1 sync_local_dir=~/ sync_remote_subdir= bin/sync_upload --exclude="/Library/Saved Application State/" --exclude="/.Trash/" --exclude="/bin/" --exclude="/bin/pg_ctl" --exclude="/bin/unzip" --exclude="/Dropbox/home/" --exclude="/.profile" --exclude="/.shrc" --exclude="/.bashrc" --exclude="/software/**/.svn/" |
|
481 |
overwrite=1 sync_local_dir=~/ sync_remote_subdir= sudo -E env USER=aaronmk bin/sync_upload --exclude="/Library/Saved Application State/" --exclude="/.Trash/" --exclude="/bin/" --exclude="/bin/pg_ctl" --exclude="/bin/unzip" --exclude="/Dropbox/home/" --exclude="/.profile" --exclude="/.shrc" --exclude="/.bashrc" --exclude="/software/**/.svn/" |
|
482 |
# sudo -E: needed for Documents/BIEN/vegbiendev*/ |
|
482 | 483 |
then review diff, and rerun with `l=1` prepended |
483 | 484 |
pause Dropbox: system tray > Dropbox icon > gear icon > Pause Syncing |
484 | 485 |
this prevents Dropbox from trying to capture filesystem |
485 | 486 |
events while syncing |
486 |
overwrite=1 sync_local_dir=~/ sync_remote_url=~/Dropbox/home/ bin/sync_upload --exclude="/Library/Saved Application State/" --exclude="/.Trash/" --exclude="/.dropbox/" --exclude="/Documents/BIEN/" --exclude="/Dropbox/" --exclude=/gmvault-db/ --exclude="/software/" --exclude="/VirtualBox VMs/**.sav" --exclude="/VirtualBox VMs/**.vdi" --exclude="/VirtualBox VMs/**.vmdk" |
|
487 |
overwrite=1 sync_local_dir=~/ sync_remote_url=~/Dropbox/home/ bin/sync_upload --exclude="/Library/Saved Application State/" --exclude="/.Trash/" --exclude="/.dropbox/" --exclude="/Documents/BIEN/" --exclude="/Dropbox/" --exclude=/gmvault-db/ --exclude="/software/" --exclude="/VirtualBox VMs/**.sav" --exclude="/VirtualBox VMs/**.vdi" --exclude="/VirtualBox VMs/**.vmdk"
|
|
487 | 488 |
then review diff, and rerun with `l=1` prepended |
488 | 489 |
resume Dropbox: system tray > Dropbox icon > gear icon > Resume Syncing |
489 | 490 |
to backup files not in Time Machine: |
Also available in: Unified diff
fix: /README.TXT: to back up the local machine's settings: to jupiter: need `sudo -E` for new Documents/BIEN/vegbiendev*/