Rsync

From Bobs Projects
Jump to: navigation, search


rsync is a remote file synchronisation program/protocol.

SSH options to rsync

When using rsync over SSH with options, use it like thus:

rsync -e 'ssh -p 1234 -i /home/user/.ssh/some_private_key' /from_path /to_path