This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:136 [2015/08/14 18:19] hmeij [Moving Content] |
cluster:136 [2020/07/28 17:21] (current) hmeij07 |
||
---|---|---|---|
Line 1: | Line 1: | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: | ||
+ | |||
+ | ''/ | ||
+ | |||
+ | --- // | ||
==== HomeDir & Storage Options ==== | ==== HomeDir & Storage Options ==== | ||
Line 63: | Line 67: | ||
* throttle the rate of traffic generated, make your sysadmin happy, use <5000 | * throttle the rate of traffic generated, make your sysadmin happy, use <5000 | ||
* '' | * '' | ||
+ | * do not look inside 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) | ||
* '' | * '' | ||
Line 75: | Line 81: | ||
# (first log in to remote location) | # (first log in to remote location) | ||
- | rsync -vac --bwlimit=2500 / | + | rsync -vac --bwlimit=2500 |
# 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 | ||
Line 84: | Line 90: | ||
# generate a copy of content on Rstore disk array outside of HPCC but within wesleyan.edu | # generate a copy of content on Rstore disk array outside of HPCC but within wesleyan.edu | ||
- | # (get paths and share names from faculty member) | + | # (get paths and share names from faculty member, on sharptail do) |
rsync -vac --bwlimit=2500 / | rsync -vac --bwlimit=2500 / |