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
Next revisionBoth sides next revision
de:server:services:rsync [2022/03/04 19:46] – created dodide:server:services:rsync [2022/09/03 00:16] – ↷ Page moved from de:scans:server:services:rsync to de:server:services:rsync wcak7bhb7h
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/
Line 91: Line 91:
 ===== Backup ===== ===== Backup =====
  
-Gehe zu unserem [[de:backup:server#rsync|backup]] Tutorial.+Gehe zu unserem [[de:wiki:backup:server#rsync|backup]] Tutorial.
  • de/server/services/rsync.txt
  • Last modified: 2024/04/30 22:02
  • by dan