]> git.sur5r.net Git - bacula/bacula/commitdiff
Minor tweaks
authorKern Sibbald <kern@sibbald.com>
Thu, 2 Apr 2009 10:34:13 +0000 (10:34 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 2 Apr 2009 10:34:13 +0000 (10:34 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8679 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir-migration.conf.in
regress/tests/backup-acl-test

index 79bfdc57d98899230b4908e3eb01e8cfe899153f..5c35fe686da0af7f4124c1b24b33d026512f24b4 100644 (file)
@@ -37,6 +37,7 @@ Job {
   Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
   SpoolData = yes
+  Allow Duplicate Jobs = No
 # Prefer Mounted Volumes = no
 }
 
@@ -53,6 +54,7 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Job 
   Selection Pattern = ".*Save"
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -68,6 +70,7 @@ Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Volume
   Selection Pattern = "File*"
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -82,6 +85,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolUncopiedJobs
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -96,6 +100,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolOccupancy
+  Allow Duplicate Jobs = No
 }
 
 Job {
@@ -110,6 +115,7 @@ Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolTime
+  Allow Duplicate Jobs = No
 }
 
 
index 553e6a6fa6a662472f80aa574951a3a5083645d7..0b5eb4b71ca969fba3272bb618d27e1e232b2b15 100755 (executable)
@@ -6,6 +6,10 @@
 # The fs have to be mount with the acl option (mount -o remount,acl,user_xattr /tmp)
 # on ubuntu, it needs the attr package
 #
+# For this script to work, you will also need a number of acl packages loaded
+#   not default on Debian derivatives: 
+#   apt-get install acl libacl1 libacl1-dev attr
+#
 TestName="backup-acl-test"
 JobName=backup
 . scripts/functions