Versions Compared

Key

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

...

“StorWIS isn’t intended as an HPC storage service, and we are not allowing heavy computation on access servers. So if you need to run a job with data from StorWIS, you need to move/copy from StorWIS to your WEXAC home folder.”

  1. Create a directory under you name your folder in /home/archive/labs/YOUR_LAB/
    i.e. /home/archive/labs/bioservices/
    To bareket/

  2. Use this command to archive a directory , limit the file size to 100Ginto a tar file, and move to save it to in your storwis :folder.
    Example:

tar czf - DIRECTORY_NAME |  split --bytes=100G - /home/archive/labs/YOUR_LAB/DIRECTORY_NAME.tar.gz.

...

It will create tar files with the names DIRECTORY_NAME.tar.gz.aa, DIRECTORY_NAME.tar.gz.ab, …
each file will have size of 100GB.

...