Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:136 [DokuWiki]

User Tools

Site Tools


cluster:136

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
cluster:136 [2016/07/08 15:03]
hmeij07
cluster:136 [2018/07/25 13:56]
hmeij07
Line 63: Line 63:
   * throttle the rate of traffic generated, make your sysadmin happy, use <5000   * throttle the rate of traffic generated, make your sysadmin happy, use <5000
       * ''rsync --bwlimit=2500''       * ''rsync --bwlimit=2500''
 +  * do not look inside files
 +      * ''rsync --whole-files''
   * use a remote shell from host to host (crossing those vertical boundaries above)   * use a remote shell from host to host (crossing those vertical boundaries above)
       * ''rsync  -vac /home/my/stuff/  user@somehost.wesleyan.edu:/home/my/stuff/''       * ''rsync  -vac /home/my/stuff/  user@somehost.wesleyan.edu:/home/my/stuff/''
Line 75: Line 77:
 # (first log in to remote location) # (first log in to remote location)
  
-rsync -vac --bwlimit=2500 /home/user/stuff user@sharptail.wesleyan.edu:/home/user/tmp/+rsync -vac --bwlimit=2500 --whole-files /home/user/stuff user@sharptail.wesleyan.edu:/home/user/tmp/
  
 # sync my HPCC dir stuff folder into /archives locally on sharptail, then clean up # sync my HPCC dir stuff folder into /archives locally on sharptail, then clean up
cluster/136.txt ยท Last modified: 2020/07/28 13:21 by hmeij07