From: Arvin Schnell Date: Fri, 13 Sep 2013 15:21:32 +0000 (+0200) Subject: - same value as in cleanup code X-Git-Tag: v0.1.7~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5fc6ad429e106bc9bdc419232e213e18017001;p=thirdparty%2Fsnapper.git - same value as in cleanup code --- diff --git a/data/default-config b/data/default-config index 9ff05f7d..0b65c087 100644 --- a/data/default-config +++ b/data/default-config @@ -19,7 +19,7 @@ NUMBER_CLEANUP="yes" # limit for number cleanup NUMBER_MIN_AGE="1800" -NUMBER_LIMIT="100" +NUMBER_LIMIT="50" # create hourly snapshots diff --git a/doc/snapper-configs.xml.in b/doc/snapper-configs.xml.in index f594712b..c75393e3 100644 --- a/doc/snapper-configs.xml.in +++ b/doc/snapper-configs.xml.in @@ -104,7 +104,7 @@ Defines how many snapshots the number cleanup algorithm should keep. The youngest snapshots will be kept. - Default value is "100". + Default value is "50".