Skip to content

Commit

Permalink
Exclude the '.cache' directory from Jenkins backups.
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Aug 4, 2016
1 parent 0ee33a1 commit 1e8908c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galaxyenv/host_vars/leeroy.galaxyproject.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ crontabs:
user: jenkins
hour: 22
minute: 0
job: rsync -av --delete --exclude='jobs/*/workspace*' /var/lib/jenkins/ zfsdump-leeroy@westvleteren.galaxyproject.org:/zones/westvleteren/backup/leeroy/jenkins && ssh -T zfsdump-leeroy@westvleteren.galaxyproject.org -- /usr/sbin/zfs snapshot zones/westvleteren/backup/leeroy/jenkins@`date -u +\%Y\%m\%dT\%H\%M\%SZ`
job: rsync -av --delete --exclude='jobs/*/workspace*' --exclude='.cache' /var/lib/jenkins/ zfsdump-leeroy@westvleteren.galaxyproject.org:/zones/westvleteren/backup/leeroy/jenkins && ssh -T zfsdump-leeroy@westvleteren.galaxyproject.org -- /usr/sbin/zfs snapshot zones/westvleteren/backup/leeroy/jenkins@`date -u +\%Y\%m\%dT\%H\%M\%SZ`

0 comments on commit 1e8908c

Please sign in to comment.