Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

You need do to 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:

...

  • use tmux to keep your transfer running without being logged into in to the system

  • example rsync call:

    Codeblock
    ssh username@genoa-login.nhr.zib.de
    $ rsync -av /old-scratch/usr/username/folder_i_want_to_keep /scratch/usr/username/

...

For directories with a lot of data and many files in different subdirectories, the transfer might be sped up by running many several rsync processes in parallel. For this we first need a list of files/folders up to a certain depth.

...