Write Bootstrap = "@working_dir@/NightlySave.bsr"
   Maximum Concurrent Jobs = 4
   SpoolData = yes
+  Allow Duplicate Jobs = No
 # Prefer Mounted Volumes = no
 }
 
   Maximum Concurrent Jobs = 4
   Selection Type = Job 
   Selection Pattern = ".*Save"
+  Allow Duplicate Jobs = No
 }
 
 Job {
   Maximum Concurrent Jobs = 4
   Selection Type = Volume
   Selection Pattern = "File*"
+  Allow Duplicate Jobs = No
 }
 
 Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolUncopiedJobs
+  Allow Duplicate Jobs = No
 }
 
 Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolOccupancy
+  Allow Duplicate Jobs = No
 }
 
 Job {
   Pool = Default
   Maximum Concurrent Jobs = 4
   Selection Type = PoolTime
+  Allow Duplicate Jobs = No
 }
 
 
 
 # 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