Project

General

Profile

« Previous | Next » 

Revision 14399

/README.TXT: to synchronize a Mac's settings with my testing machine's: renamed to "to back up the local machine's settings"

View differences:

trunk/README.TXT
443 443
			then review diff, and rerun with `l=1` prepended
444 444
		overwrite=1 swap=1 src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:/data/dev/aaronmk/' put Dropbox/docs/BIEN/git/
445 445
			then review diff, and rerun with `l=1` prepended
446
	to synchronize a Mac's settings with my testing machine's:
447
		upload:
448
			do step when changes are made on vegbiendev > on your machine, download
449
			ssh aaronmk@jupiter.nceas.ucsb.edu
450
				(cd ~/Dropbox/svn/; up)
451
			on your machine:
452
				rm ~/'Library/Thunderbird/Profiles/9oo8rcyn.default/ImapMail/imap.googlemail.com/[Gmail].sbd/Spam'
453
					# remove the downloaded Spam folder, because spam e-mails often contain viruses that would trigger clamscan
454
				overwrite=1 del=      sync_local_dir=~/Dropbox/svn/ sync_remote_subdir=Dropbox/svn/ bin/sync_upload --size-only # just update mtimes
455
					then review diff, and rerun with `l=1` prepended
456
				overwrite=1 inplace=1 sync_local_dir=~              sync_remote_subdir=             bin/sync_upload ~/"VirtualBox VMs/**" # need inplace=1 because they are very large files
457
					then review diff, and rerun with `l=1` prepended
458
				overwrite=1           sync_local_dir=~              sync_remote_subdir=             bin/sync_upload --exclude="/Library/Saved Application State" --exclude="/Library/Thunderbird/Profiles/9oo8rcyn.default/global-messages-db.sqlite" --exclude="/.Trash" --exclude="/bin" --exclude="/bin/pg_ctl" --exclude="/bin/unzip" --exclude="/Dropbox/home" --exclude="/.profile" --exclude="/.shrc" --exclude="/.bashrc" --exclude="/software/**/.svn"
459
					then review diff, and rerun with `l=1` prepended
460
				stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox
461
					this prevents Dropbox from trying to capture filesystem
462
					events while syncing
463
				overwrite=1           sync_local_dir=~              sync_remote_url=~/Dropbox/home  bin/sync_upload --exclude="/Library/Saved Application State" --exclude="/Library/Thunderbird/Profiles/9oo8rcyn.default/global-messages-db.sqlite" --exclude="/.Trash" --exclude="/.dropbox" --exclude="/Documents/BIEN" --exclude="/Dropbox" --exclude="/software" --exclude="/VirtualBox VMs/**.sav" --exclude="/VirtualBox VMs/**.vdi" --exclude="/VirtualBox VMs/**.vmdk"
464
					then review diff, and rerun with `l=1` prepended
465
				start Dropbox: /Applications > double-click Dropbox.app
446
	to back up the local machine's settings:
447
		do step when changes are made on vegbiendev > on your machine, download
448
		ssh aaronmk@jupiter.nceas.ucsb.edu
449
			(cd ~/Dropbox/svn/; up)
450
		on your machine:
451
			rm ~/'Library/Thunderbird/Profiles/9oo8rcyn.default/ImapMail/imap.googlemail.com/[Gmail].sbd/Spam'
452
				# remove the downloaded Spam folder, because spam e-mails often contain viruses that would trigger clamscan
453
			overwrite=1 del=      sync_local_dir=~/Dropbox/svn/ sync_remote_subdir=Dropbox/svn/ bin/sync_upload --size-only # just update mtimes
454
				then review diff, and rerun with `l=1` prepended
455
			overwrite=1 inplace=1 sync_local_dir=~              sync_remote_subdir=             bin/sync_upload ~/"VirtualBox VMs/**" # need inplace=1 because they are very large files
456
				then review diff, and rerun with `l=1` prepended
457
			overwrite=1           sync_local_dir=~              sync_remote_subdir=             bin/sync_upload --exclude="/Library/Saved Application State" --exclude="/Library/Thunderbird/Profiles/9oo8rcyn.default/global-messages-db.sqlite" --exclude="/.Trash" --exclude="/bin" --exclude="/bin/pg_ctl" --exclude="/bin/unzip" --exclude="/Dropbox/home" --exclude="/.profile" --exclude="/.shrc" --exclude="/.bashrc" --exclude="/software/**/.svn"
458
				then review diff, and rerun with `l=1` prepended
459
			stop Dropbox: system tray > Dropbox icon > gear icon > Quit Dropbox
460
				this prevents Dropbox from trying to capture filesystem
461
				events while syncing
462
			overwrite=1           sync_local_dir=~              sync_remote_url=~/Dropbox/home  bin/sync_upload --exclude="/Library/Saved Application State" --exclude="/Library/Thunderbird/Profiles/9oo8rcyn.default/global-messages-db.sqlite" --exclude="/.Trash" --exclude="/.dropbox" --exclude="/Documents/BIEN" --exclude="/Dropbox" --exclude="/software" --exclude="/VirtualBox VMs/**.sav" --exclude="/VirtualBox VMs/**.vdi" --exclude="/VirtualBox VMs/**.vmdk"
463
				then review diff, and rerun with `l=1` prepended
464
			start Dropbox: /Applications > double-click Dropbox.app
466 465
	to backup files not in Time Machine:
467 466
		On local machine:
468 467
		overwrite=1 src=/ dest=/Volumes/Time\ Machine\ Backups/ sudo -E put usr/local/var/postgres

Also available in: Unified diff