21 lines
870 B
Markdown
21 lines
870 B
Markdown
---
|
|
title: Transferring files between systems
|
|
#tags:
|
|
keywords: files, transfer, scp
|
|
last_updated: 24 Mai 2023
|
|
summary: "This document describes some possibilities to transfer files from Merlin7 to Merlin7."
|
|
sidebar: merlin7_sidebar
|
|
permalink: /merlin7/file-transfers.html
|
|
---
|
|
|
|
{:style="display:block; margin-left:auto; margin-right:auto"}
|
|
|
|
{{site.data.alerts.warning}}The Merlin7 documentation is <b>Work In Progress</b>.
|
|
Please do not use or rely on this documentation until this becomes official.
|
|
This applies to any page under <b><a href="https://lsm-hpce.gitpages.psi.ch/merlin7/">https://lsm-hpce.gitpages.psi.ch/merlin7/</a></b>
|
|
{{site.data.alerts.end}}
|
|
|
|
From Merlin7 to Merlin7 you can use (ideally SSH keys should be set beforehand):
|
|
|
|
$ rsync -avAHXS ~/merlin7_localdata $USER@psi-dev.cscs.ch:/scratch/home/$USER/
|