Created
May 8, 2022 20:02
-
-
Save MinSomai/fba7c80f18cae366809bffda431fd9d9 to your computer and use it in GitHub Desktop.
Copy from current directory to another drive - exclude node_modules, etc | linux
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 -rv --exclude=node_modules --exclude=site-packages ./myDirectory/* /media/USERNAME/MOUNT_NAME/PATH_TO_DIRECTORY |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment