Revision 14670
Added by Aaron Marcuse-Kubitza over 10 years ago
trunk/README.TXT | ||
---|---|---|
425 | 425 |
download https://uutils.googlecode.com/svn/trunk/bin/put to ~/bin/ and `chmod +x` it |
426 | 426 |
when changes are made on vegbiendev: |
427 | 427 |
avoid extraneous diffs when rsyncing: |
428 |
on all machines: |
|
429 |
up |
|
430 |
./fix_perms |
|
428 |
on local machine: |
|
429 |
up; ./fix_perms |
|
430 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo -u aaronmk -i |
|
431 |
up; ./fix_perms |
|
432 |
ssh aaronmk@jupiter.nceas.ucsb.edu |
|
433 |
up; ./fix_perms |
|
431 | 434 |
ssh -t vegbiendev.nceas.ucsb.edu exec sudo -u aaronmk -i |
432 | 435 |
upload: |
433 | 436 |
overwrite=1 bin/sync_upload --size-only |
Also available in: Unified diff
/README.TXT: to synchronize vegbiendev, jupiter, and your local machine: avoid extraneous diffs when rsyncing: clarified the machines that the command should be run on