Project

General

Profile

« Previous | Next » 

Revision 14888

/README.TXT: syncing: use del instead of overwrite where possible, to avoid overwriting newer files

View differences:

trunk/README.TXT
477 477
					up; ./fix_perms
478 478
			ssh -t vegbiendev.nceas.ucsb.edu exec sudo -u aaronmk -i
479 479
				upload:
480
				overwrite=1 bin/sync_upload --size-only
480
				del=1 bin/sync_upload --size-only
481 481
					then review diff, and rerun with `l=1` prepended
482 482
			on your machine:
483 483
				download:
......
485 485
					then review diff, and rerun with `l=1` prepended
486 486
				swap=1 bin/sync_upload backups/TNRS.backup
487 487
					then review diff, and rerun with `l=1` prepended
488
				overwrite=1 swap=1 bin/sync_upload --size-only
488
				del=1 swap=1 bin/sync_upload --size-only
489 489
					then review diff, and rerun with `l=1` prepended
490 490
				overwrite=1 sync_remote_url=~/Dropbox/svn/ bin/sync_upload --existing --size-only # just update mtimes/perms
491 491
					then review diff, and rerun with `l=1` prepended

Also available in: Unified diff