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

2nd try for triple backticks

parent 7c2f7586
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,8 @@ 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:
```
rsync -av --size-only --delete --inplace -v \ dphysuser@login.phys.ethz.ch:/path/to/remote/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