Skip to content

Instantly share code, notes, and snippets.

@eeichinger
Created January 10, 2015 10:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eeichinger/afa8c1fe19d0e21d1769 to your computer and use it in GitHub Desktop.
Save eeichinger/afa8c1fe19d0e21d1769 to your computer and use it in GitHub Desktop.
Backup complete Jenkins config via ssh, excluding archived binaries
ssh <user>@<server> "tar -cvzf - -C /home/jenkins/ . --exclude 'maven-repositories' --exclude 'jobs/*/builds' --exclude 'backup' --exclude 'workspace' " > jenkins_backup.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment