Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miroslavtamas/279f5557281b7ca6c840bdb64700a320 to your computer and use it in GitHub Desktop.
Save miroslavtamas/279f5557281b7ca6c840bdb64700a320 to your computer and use it in GitHub Desktop.
RSync command to recursively copy directory excluding some folders
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