You need do migrate your data before January 15.
We expect best performance for the data transfers on the genoa system. You need to migrate relevant data from your user, project and share folders in the old WORK file system:
/old-scratch/usr/username
/old-scratch/projects/projectname
/old-scratch/share/sharename
(/old-scratch/tmp/username)
Migrating data could be as simple as We recommend migrating your data by running a rsync on e.g. genoa-login nodes (maybe in a tmux sessionuse tmux to keep your transfer running without being logged into the system):
Codeblock |
---|
ssh username@genoa-login.nhr.zib.de $ rsync -av /old-scratch/usr/username/folder_i_want_to_keep /scratch/usr/username/ |
...
Moving large directories with parallel rsyncs
For directories with a lot of data and many files in different subdirectories, the transfer might be sped up by running many rsync processes in parallel. For this we first need a list of files/folders up to a certain depth.
...