Project

General

Profile

« Previous | Next » 

Revision 13333

/README.TXT: to back up the version history: back up first on the local machine, because often only the svnsync command gets run, and that way it will get backed up immediately to Dropbox (and hourly to Time Machine), while vegbiendev only gets backed up daily to tape

View differences:

trunk/README.TXT
398 398
		open Thunderbird
399 399
		click the All Mail folder for each account and wait for it to download the e-mails in it
400 400
	to back up the version history:
401
		ssh -t vegbiendev.nceas.ucsb.edu exec sudo -u aaronmk -i
401
		# back up first on the local machine, because often only the svnsync
402
			command gets run, and that way it will get backed up immediately to
403
			Dropbox (and hourly to Time Machine), while vegbiendev only gets
404
			backed up daily to tape
405
		on local machine:
402 406
		svnsync sync file://"$HOME"/Dropbox/docs/BIEN/svn_repo/ # initial runtime: 1.5 h ("08:21:38" - "06:45:26") @vegbiendev
403 407
		(cd ~/Dropbox/docs/BIEN/git/; git svn fetch)
404
		# use absolute path for vegbiendev commands because the Ubuntu 14.04
405
			version of rsync doesn't expand ~ properly
406 408
		overwrite=1        src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:/data/dev/aaronmk/' put Dropbox/docs/BIEN/svn_repo/ # runtime: 1 min ("1:05.08")
407 409
			then rerun with l=1 ...
408 410
		overwrite=1        src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:/data/dev/aaronmk/' put Dropbox/docs/BIEN/git/
409 411
			then rerun with l=1 ...
410
		on local machine:
411
		overwrite=1 swap=1 src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:~' put Dropbox/docs/BIEN/svn_repo/ # runtime: 30 s ("36.19")
412
		ssh -t vegbiendev.nceas.ucsb.edu exec sudo -u aaronmk -i
413
		# use absolute path for vegbiendev commands because the Ubuntu 14.04
414
			version of rsync doesn't expand ~ properly
415
		overwrite=1 swap=1 src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:/data/dev/aaronmk/' put Dropbox/docs/BIEN/svn_repo/ # runtime: 30 s ("36.19")
412 416
			then rerun with l=1 ...
413
		overwrite=1 swap=1 src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:~' put Dropbox/docs/BIEN/git/
417
		overwrite=1 swap=1 src=~ dest='aaronmk@jupiter.nceas.ucsb.edu:/data/dev/aaronmk/' put Dropbox/docs/BIEN/git/
414 418
			then rerun with l=1 ...
415 419
	to synchronize a Mac's settings with my testing machine's:
416 420
		download:

Also available in: Unified diff