From: Kern Sibbald Date: Fri, 25 Sep 2009 18:31:53 +0000 (+0200) Subject: Up max vol size X-Git-Tag: Release-5.0.0~299^2~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0f4aa6c52504a2f90a54c81fb531b3d4d91552ce;p=bacula%2Fbacula Up max vol size --- diff --git a/bacula/src/dird/bacula-dir.conf.in b/bacula/src/dird/bacula-dir.conf.in index c42ebe0c29..226de50517 100644 --- a/bacula/src/dird/bacula-dir.conf.in +++ b/bacula/src/dird/bacula-dir.conf.in @@ -295,7 +295,7 @@ Pool { Recycle = yes # Bacula can automatically recycle Volumes AutoPrune = yes # Prune expired volumes Volume Retention = 365 days # one year - Maximum Volume Bytes = 5G # Limit Volume size to something reasonable + Maximum Volume Bytes = 50G # Limit Volume size to something reasonable Maximum Volumes = 100 # Limit number of Volumes in Pool }