Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save leberblock/5a4a298ce319aa63adf4262d8f95cc3b to your computer and use it in GitHub Desktop.
Save leberblock/5a4a298ce319aa63adf4262d8f95cc3b to your computer and use it in GitHub Desktop.
bash: copy files with excluding directory
rsync -av --exclude='jobs' /var/kvtg/jenkins/ /var/tmp/jenkins/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment