Title here
Summary here
May 2, 2025 in Guide, Example by Jens Rutten1 minute
Migrating files between the MOGON II and MOGON NHR/KI project directories.
account.uni-mainz.de
in your MOGON home directoryeval $(ssh-agent -s)
.ssh-add /path/to/your/key
.scp
or rsync
1 to copy your files, e.g.:scp /path/to/testfile mogon-nhr-01:/lustre/project/your/destination/folder/
.Read more at docs.hpc.uni-mainz.de/docs/storage/data-transfer/ ↩︎