Versionen im Vergleich

Schlüssel

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

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:

...

We recommend migrating your data by

  • running a rsync on genoa-login

...

  • node

  • use tmux to keep your transfer running without being logged into 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/

Moving large directories with parallel rsyncs

...