Skip to content
Snippets Groups Projects
Commit 057f538d authored by Alex Myczko's avatar Alex Myczko Committed by IkiWiki
Browse files

also improving the 2nd block

parent d10c9f27
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,9 @@ Further reading: [Documentation by CSCS](https://user.cscs.ch/storage/transfer/)
Example to copy a remote folder from login.phys.ethz.ch to your local computer:
```sh
lftp sftp://dphysuser@login.phys.ethz.ch -e 'mirror --verbose --parallel=3 --use-pget-n=3 -c /path/to/remote/folder/ /path/to/local/folder/'
lftp sftp://dphysuser@login.phys.ethz.ch \
-e 'mirror --verbose --parallel=3 --use-pget-n=3 \
-c /path/to/remote/folder/ /path/to/local/folder/'
```
Use an additional rsync run to fix permissions after the data transfer with lftp:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment