Skip to content

Instantly share code, notes, and snippets.

@jodell
Created December 7, 2011 16:47
Show Gist options
  • Save jodell/1443544 to your computer and use it in GitHub Desktop.
Save jodell/1443544 to your computer and use it in GitHub Desktop.
jenkins backup
tar cvzf jenkins.tgz /var/lib/jenkins/ --exclude '/var/lib/jenkins/jobs/*/workspace/*' --exclude '/var/lib/jenkins/jobs/*/bundle/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment