]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Add a Scratch pool
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Oct 2008 09:19:03 +0000 (09:19 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Fri, 17 Oct 2008 09:19:03 +0000 (09:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@7826 91ce42f0-d328-0410-95d8-f526ca767f89

regress/scripts/bacula-dir-migration.conf.in

index 5bd22d8c757d8e324529e855adfb8929ba2e6acf..5100cd1e9dafa30ad41ea524adb4c780fe943776 100644 (file)
@@ -230,3 +230,10 @@ Pool {
   Volume Retention = 365d             # one year
   Storage = DiskChanger
 }
+
+Pool {
+  Name = Scratch
+  Recycle = yes
+  AutoPrune = yes
+  Pool Type = Scratch
+}