Created
October 28, 2023 15:07
-
-
Save esnho/0b6c87b35e922682a173d169427e7578 to your computer and use it in GitHub Desktop.
My sync command
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
#remember that rsync will create a target folder with the last folder in your source path | |
rsync -vhrtu --progress --exclude=node_modules [source/folder/foo/bar] [target/folder/foo] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment