X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=inline;f=dss.ggo;h=b5eeba8352b9c116b00565487c5af0389c14c6cd;hb=9f00c1b8d6e8a345aba4ec225d7d90a8a423d5f3;hp=15c15a48ad7d9e69536e1be5e28260a031afe1d4;hpb=cf071bc345919c98c3c0e8737d731bd95411bd67;p=dss.git diff --git a/dss.ggo b/dss.ggo index 15c15a4..b5eeba8 100644 --- a/dss.ggo +++ b/dss.ggo @@ -1,6 +1,6 @@ # package "dss" -version "0.0.3" +version "0.0.4" purpose "the dyadic snapshot scheduler dss creates hardlink-based snapshots of a given directory on a remote @@ -188,12 +188,6 @@ details=" to that option are passed verbatim to the rsync command. " -option "exclude-patterns" e -#~~~~~~~~~~~~~~~~~~~~~~~~~~ -"Rsync exclude patterns" -string typestr="path" -optional - ################### section "Intervals" ################### @@ -304,7 +298,7 @@ option "min-free-percent-inodes" i #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Minimal percent of free inodes" int typestr="percent" -default="2" +default="0" optional details=" Specify the minimum amount of free inodes on the file system @@ -312,5 +306,10 @@ details=" are free, snatshot removal kicks in just as in case of low disk space. - A value of zero deactivates this check. + Note that not every file system supports the concept of inodes. + Moreover it is not possible to reliably detect whether this is + the case. Therefore this feature is disabled by default. It's + safe to enable it for ext3 file systems on linux though. + + A value of zero (the default) deactivates this check. "