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/scratch 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 running a rsync on e.g. genoa-login (maybe in a tmux session):
Codeblock |
---|
ssh username@genoa-login.nhr.zib.de $ rsync -av /old_-scratch/usr/username/folder_i_want_to_keep /scratch/usr/username/ |
...