Skip to content

Instantly share code, notes, and snippets.

@MinSomai
Created May 8, 2022 20:02
Show Gist options
  • Save MinSomai/fba7c80f18cae366809bffda431fd9d9 to your computer and use it in GitHub Desktop.
Save MinSomai/fba7c80f18cae366809bffda431fd9d9 to your computer and use it in GitHub Desktop.
Copy from current directory to another drive - exclude node_modules, etc | linux
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