<?xml version='1.1' encoding='UTF-8'?>
<org.jvnet.hudson.plugins.thinbackup.ThinBackupPluginImpl plugin="thinBackup@1.10">
  <fullBackupSchedule>H 12 * * 1-5</fullBackupSchedule>
  <diffBackupSchedule>H 23 * * 1-5</diffBackupSchedule>
  <backupPath>/downloads/jenkins_backup/</backupPath>
  <nrMaxStoredFull>1</nrMaxStoredFull>
  <excludedFilesRegex>^.*\.(log)$</excludedFilesRegex>
  <waitForIdle>false</waitForIdle>
  <forceQuietModeTimeout>120</forceQuietModeTimeout>
  <cleanupDiff>true</cleanupDiff>
  <moveOldBackupsToZipFile>true</moveOldBackupsToZipFile>
  <backupBuildResults>false</backupBuildResults>
  <backupBuildArchive>false</backupBuildArchive>
  <backupPluginArchives>true</backupPluginArchives>
  <backupUserContents>true</backupUserContents>
  <backupAdditionalFiles>false</backupAdditionalFiles>
  <backupAdditionalFilesRegex></backupAdditionalFilesRegex>
  <backupNextBuildNumber>true</backupNextBuildNumber>
  <backupBuildsToKeepOnly>false</backupBuildsToKeepOnly>
</org.jvnet.hudson.plugins.thinbackup.ThinBackupPluginImpl>