From: Kern Sibbald Date: Thu, 2 Apr 2009 10:34:13 +0000 (+0000) Subject: Minor tweaks X-Git-Tag: Release-3.0.0~24 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a2a98a220181c73511da98376c4a9fb8fa222fab;p=bacula%2Fbacula Minor tweaks git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8679 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/scripts/bacula-dir-migration.conf.in b/regress/scripts/bacula-dir-migration.conf.in index 79bfdc57d9..5c35fe686d 100644 --- a/regress/scripts/bacula-dir-migration.conf.in +++ b/regress/scripts/bacula-dir-migration.conf.in @@ -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 } diff --git a/regress/tests/backup-acl-test b/regress/tests/backup-acl-test index 553e6a6fa6..0b5eb4b71c 100755 --- a/regress/tests/backup-acl-test +++ b/regress/tests/backup-acl-test @@ -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