...
Direct upload of DB snapshot from RCF
Code Block |
---|
assuming you have curl installed, here is a safe one-liner to download snapshots : curl -s --retry 60 --retry-delay 60 http://www.star.bnl.gov/dsfactory/ --output snapshot.tgz It will automatically retry 503 errors 60 times, waiting 60 seconds between attempts. Should be safe enough to add it to VMs directly.. "-s" means silent => no output at all. You may want to remove this switch while you test.. |
...
share data with STAR members
Code Block |
---|
setfacl -m g:rhstar:x /global/scratch/sd/balewski - this is dangerous
setfacl -R -m g:rhstar:rX /global/scratch/sd/balewski/2011w
|