-
Notifications
You must be signed in to change notification settings - Fork 0
/
thinBackup.xml
20 lines (20 loc) · 1017 Bytes
/
thinBackup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version='1.1' encoding='UTF-8'?>
<org.jvnet.hudson.plugins.thinbackup.ThinBackupPluginImpl plugin="[email protected]">
<fullBackupSchedule></fullBackupSchedule>
<diffBackupSchedule></diffBackupSchedule>
<backupPath>/var/lib/jenkins/jenkins_backup</backupPath>
<nrMaxStoredFull>2</nrMaxStoredFull>
<excludedFilesRegex></excludedFilesRegex>
<waitForIdle>true</waitForIdle>
<forceQuietModeTimeout>120</forceQuietModeTimeout>
<cleanupDiff>false</cleanupDiff>
<moveOldBackupsToZipFile>false</moveOldBackupsToZipFile>
<backupBuildResults>true</backupBuildResults>
<backupBuildArchive>false</backupBuildArchive>
<backupPluginArchives>true</backupPluginArchives>
<backupUserContents>true</backupUserContents>
<backupAdditionalFiles>true</backupAdditionalFiles>
<backupAdditionalFilesRegex>*</backupAdditionalFilesRegex>
<backupNextBuildNumber>false</backupNextBuildNumber>
<backupBuildsToKeepOnly>false</backupBuildsToKeepOnly>
</org.jvnet.hudson.plugins.thinbackup.ThinBackupPluginImpl>