From 5e70bfd01cae55e3f1284a0e3bb96c36bd42fa07 Mon Sep 17 00:00:00 2001 From: Philipp Storz Date: Sat, 4 May 2013 21:24:58 +0200 Subject: [PATCH] Fixed pool names in standard config The names of the standard pools were still referenced. --- src/defaultconfigs/diskonly/bareos-dir.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/defaultconfigs/diskonly/bareos-dir.conf.in b/src/defaultconfigs/diskonly/bareos-dir.conf.in index 39f51dc8663..bbfde8f126c 100644 --- a/src/defaultconfigs/diskonly/bareos-dir.conf.in +++ b/src/defaultconfigs/diskonly/bareos-dir.conf.in @@ -63,7 +63,7 @@ JobDefs { Schedule = "WeeklyCycle" Storage = File Messages = Standard - Pool = File + Pool = Incremental Priority = 10 Write Bootstrap = "@working_dir@/%c.bsr" Full Backup Pool = Full # write Full Backups into "Full" Pool (#5) @@ -113,7 +113,7 @@ Job { Client=@basename@-fd FileSet = "Linux All" Storage = File - Pool = Default + Pool = Incremental Messages = Standard Where = /tmp/bareos-restores }