User Tools

Site Tools


rsync

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
rsync [2022/07/19 21:13] – external edit 127.0.0.1rsync [2022/10/21 19:46] – Added non standard ssh port config admin
Line 2: Line 2:
  
 Syntax: Syntax:
- rsync -ave ssh user@server:source destination+<code>rsync -ave ssh user@server:source destination</code>
 Example: Example:
 +<code>
  rsync -ave ssh user@server:/home/steviewdr/public_html /home/steviewdr/  rsync -ave ssh user@server:/home/steviewdr/public_html /home/steviewdr/
 +#or
 + rsync -ave "ssh -p 2222" /home/user/folder/ username@remotedestinationserver:/home/user/folder/
 +</code>
  
 ====== Scenario - Migrating MySQL Server ====== ====== Scenario - Migrating MySQL Server ======
rsync.txt · Last modified: 2022/10/21 19:47 by admin