linux:rsync

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
linux:rsync [2020/03/26 10:21] michaellinux:rsync [2020/03/26 10:32] michael
Line 30: Line 30:
 </WRAP> </WRAP>
  
-----+
  
 ===== Rsync Examples ===== ===== Rsync Examples =====
  
 +''When specifying the Rsync data parameters, the following always applies: "**SOURCE**" "**DESTINATION**''
  
 <WRAP center box 100%> <WRAP center box 100%>
 ==== Copy/Sync Files and Directory Locally ==== ==== Copy/Sync Files and Directory Locally ====
  
 +<code>$ rsync -a -e "ssh -p 14022" /local/dir user@host:/backup/dir</code>
 </WRAP> </WRAP>
  
Line 48: Line 48:
  
  
 +<code>$ rsync -av remote.serverdomain.com:/volume1/stuff/folder/ /mnt/localstorage/folder/other-folder/ --delete --dry-run</code>
 </WRAP> </WRAP>
  
  • linux/rsync.txt
  • Last modified: 2020/03/26 10:43
  • by michael