
To sync (backup) the /home/avi/ subtree from host charon to the /home/avi/charon_files/ on the current machine:
rsync -avze "ssh -p 222" avi@charon:/home/avi/ /home/avi/charon_files/
Note that the ssh daemon listens on port 222 on charon,
not on the default 22.
Comments
Post new comment