rsync – Sync with delete

Previously i wrote a post about how to limit the bandwidth during an rsync operation.

 

Another parameter which you could alter is whether you want to delete the extra files in the destination folder.

rsync --delete -v -e ssh /home/ykyuen/* ykyuen@remote-server:/home/ykyuen/

 

Done =)

Reference: Juan Valencia’s website – Synchronizing folders with rsync

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.