File migration

May 2, 2025 in Guide, Example by Jens Rutten1 minute

File migration

Migrating files between the MOGON II and MOGON NHR/KI project directories.

Prerequisites

  • have an SSH key that has been uploaded to account.uni-mainz.de in your MOGON home directory

Migration steps

  1. Login to a MOGON II login node.
  2. Start an ssh-agent: eval $(ssh-agent -s).
  3. Add your SSH key to the recently started ssh agent: ssh-add /path/to/your/key.
  4. On the login node use scp or rsync 1 to copy your files, e.g.:
    • scp /path/to/testfile mogon-nhr-01:/lustre/project/your/destination/folder/.