Created
September 26, 2018 08:07
-
-
Save miroslavtamas/279f5557281b7ca6c840bdb64700a320 to your computer and use it in GitHub Desktop.
RSync command to recursively copy directory excluding some 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 -a --progress /sourcefolder /destinationfolder --exclude thefoldertoexclude |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment