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

try to make it more readable

parent e4f2478f
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,8 @@ Recommended tool ...@@ -27,7 +27,8 @@ Recommended tool
Typical usage: Typical usage:
```sh ```sh
rsync -avP /path/to/local/folder/ dphysuser@login.phys.ethz.ch:/home/groupname/subfolder/ rsync -avP /path/to/local/folder/ \
dphysuser@login.phys.ethz.ch:/home/groupname/subfolder/
``` ```
See `man rsync` for a full documentation of all available options. See `man rsync` for a full documentation of all available options.
...@@ -83,6 +84,7 @@ lftp sftp://dphysuser@login.phys.ethz.ch -e 'mirror --verbose --parallel=3 --use ...@@ -83,6 +84,7 @@ lftp sftp://dphysuser@login.phys.ethz.ch -e 'mirror --verbose --parallel=3 --use
Use an additional rsync run to fix permissions after the data transfer with lftp: Use an additional rsync run to fix permissions after the data transfer with lftp:
``` ```
rsync -av --size-only --delete --inplace -v dphysuser@login.phys.ethz.ch:/path/to/remote/folder/ /path/to/local/folder/ rsync -av --size-only --delete --inplace -v \ dphysuser@login.phys.ethz.ch:/path/to/remote/folder/ \
/path/to/local/folder/
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment