Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Instead of a directory, the destination may be another system running the rsync service. This method is extremely fast and does not have the overhead compare to the everyday use AFP or SMB share protocols,

Code Block
languagebash
rsync --archive --delete --sparse --compress --verbose --itemize-changes --human-readable --progress /home/tempadmin/source rsync://rsyncUser@destSystem/destination

...