Created
August 18, 2014 17:50
-
-
Save cyriac/3d9d71de1b7e1c320f1b to your computer and use it in GitHub Desktop.
A useful rsync between folders
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rsync -pvr --delete --exclude-from=file_with_excludes folder1/ userB@hostB:folder2/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment