Project

General

Profile

« Previous | Next » 

Revision 10032

/README.TXT: Maintenance: to synchronize vegbiendev, jupiter, and your local machine: use new bin/sync_upload instead of specifying all the filter patterns manually. this replaces several `put` commands with various filters with just a bin/sync_upload each on vegbiendev and your machine (in overwrite=1 mode to force a complete sync).

View differences:

README.TXT
18 18
			download https://uutils.googlecode.com/svn/trunk/bin/put to ~/bin/ and `chmod +x` it
19 19
		when changes are made on vegbiendev:
20 20
			on vegbiendev, upload:
21
				overwrite=1             src=. dest='aaronmk@jupiter:~/bien' put --no-group --exclude=.svn --exclude=install.log.sql --exclude='*.backup' --exclude='/backups/analytical_aggregate.*.csv' --exclude='inputs/GBIF/**.data.sql' --exclude='bin/dotlockfile'
21
				overwrite=1 bin/sync_upload
22 22
					then rerun with l=1 ...
23
				overwrite=1 del=        src=. dest='aaronmk@jupiter:~/bien' put --no-group --exclude=.svn --exclude=install.log.sql --exclude='inputs/GBIF/**.data.sql'
24
					then rerun with l=1 ...
25 23
			on your machine, download:
26 24
				overwrite=1      swap=1 src=. dest='aaronmk@jupiter:~/bien' put            --exclude=.svn inputs/VegBIEN/TWiki
27 25
					then rerun with l=1 ...
28
				overwrite=1 del= swap=1 src=. dest='aaronmk@jupiter:~/bien' put            --exclude=.svn --exclude=install.log.sql --exclude='*.backup' --exclude='/backups/analytical_aggregate.*.csv' --exclude='inputs/GBIF/**.data.sql' --exclude='bin/dotlockfile'
26
				overwrite=1 swap=1 bin/sync_upload
29 27
					then rerun with l=1 ...
30 28
	to synchronize a Mac's settings with my testing machine's:
31 29
		download:

Also available in: Unified diff