Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Method A: use a bunch of scp to bring data to a node with internet access; then use scp from your local computer to download them. This can cause quota issues though. For details see the sections below.
  • Method B (avoiding quota issues):
    • tar the folder that you want to copy [ tar -zcvf file.tar.gz /path/to/dir/]
    • use the script from Control network: little tricks to copy the tar file to your local computer
  • Desperate means to download old data:
    • copy the date from /nfs/etc. to a facet server (no quota issues there): (smeuren@mcclogin $ scp -r /nfs/slac/g/facetdata/nas/nas-li20-pm00/E320/2022/20220820/E320_03027/ fphysics@facet-srv20:/home/fphysics/smeuren/)
    • tar the folder on the control computer and use Method B above

...