]> git.sur5r.net Git - bacula/bacula/commitdiff
Small updates
authorKern Sibbald <kern@sibbald.com>
Wed, 30 Jul 2003 12:11:54 +0000 (12:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 30 Jul 2003 12:11:54 +0000 (12:11 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@653 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/dird/bacula-dir.conf.in

index 7b84639831fd1ecb069ad8bc7e2d230fa850cc88..fd5b8ecd46905ec0e7d072cfc5d4ef3c40a2a101 100644 (file)
@@ -36,6 +36,7 @@ Job {
   Messages = Standard
   Pool = Default
   Write Bootstrap = "@working_dir@/Client1.bsr"
+  Priority = 10
 }
 
 # Backup the catalog database (after the nightly save)
@@ -53,6 +54,7 @@ Job {
   # This deletes the copy of the catalog
   RunAfterJob  = "@scriptdir@/delete_catalog_backup"
   Write Bootstrap = "@working_dir@/BackupCatalog.bsr"
+  Priority = 11                   # run after main backup
 }
 
 # Standard Restore template, to be changed by Console program