Created
October 8, 2015 02:58
-
-
Save Angelfire/90e96b2123c6e7426ec7 to your computer and use it in GitHub Desktop.
Copy folder excluding subfolders
This file contains 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 -av --exclude='folder1' --exclude='folder2' origin/ dest/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment