-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Jenkins Administrator's Guide
By :

In this chapter, we've covered all aspects of backup and restore and disaster recovery.
First, we added a system message to learn that most configurations are saved in the config
.xml
file.
We've reviewed the benefits and shortfalls of two backup strategies: disk image snapshot and file copy. We've learned that both strategies should be used since they complement each other.
We went through the list of files in jenkins_home
to learn which directories should be backed up more frequently than others.
We've learned how to use ThinBackup and we've learned its strengths and weaknesses. We've learned two different ways of configuring ThinBackup for high-frequency logs
directory backup or medium-frequency jobs/builds
directory backup. We've also learned that we can use an NFS mount to automatically save backup files offsite without having to push the files manually.
We created an actual disaster by deleting the postmerge...