Posted in Command Line, Linux rsync Local Folder with Remote Binny V A February 6, 2009 1 Comment on rsync Local Folder with Remote Synchronize a local directory with a remote directory via ssh and compression rsync -az -e ssh --delete ip_addr:/home/public /home/local Author: Binny V AA philosopher programmer who specializes in backend development and stoicism.
You should add the slashes to directories’ name: rsync -az -e ssh –delete ip_addr:/home/public/ /home/local/ Reply
You should add the slashes to directories’ name:
rsync -az -e ssh –delete ip_addr:/home/public/ /home/local/