de:server:services:rsync

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
de:server:services:rsync [2022/03/04 19:46] – created dodide:server:services:rsync [2022/10/24 08:24] (current) – external edit 127.0.0.1
Line 17: Line 17:
 </code> </code>
  
-**From ssh to local**:+**Von ssh nach lokal**:
 <code> <code>
 rsync --recursive --links --times --owner --group --itemize-changes --partial --progress --human-readable --verbose --stats user@host:~/path/ /local/path rsync --recursive --links --times --owner --group --itemize-changes --partial --progress --human-readable --verbose --stats user@host:~/path/ /local/path
 </code> </code>
  
-**Short**:+**Kurz**:
 <code> <code>
 rsync -rltogiPhv --stats /local/path user@host:~/path/ rsync -rltogiPhv --stats /local/path user@host:~/path/
Line 30: Line 30:
 </code> </code>
  
-**Different port**:+**Anderer port**:
 <code> <code>
 rsync -rltogiPhv --stats -e "ssh -p PORTNUMBER" /local/path user@host:~/path/ rsync -rltogiPhv --stats -e "ssh -p PORTNUMBER" /local/path user@host:~/path/
  • de/server/services/rsync.1646423162.txt.gz
  • Last modified: 2022/10/24 08:24
  • (external edit)