X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=dss.ggo;h=fe44aad9e78e94d1fce3bc63584910e5072d125b;hb=5690c1d32dd5de8419f2f0f37e4f075d7c2fb49d;hp=a126dec2b92c69811b5c0ebe2ea31cf33942c18a;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29;p=dss.git diff --git a/dss.ggo b/dss.ggo index a126dec..fe44aad 100644 --- a/dss.ggo +++ b/dss.ggo @@ -143,7 +143,7 @@ option "pre_create_hook" r default="/bin/true" optional -text " +details=" Execute this command before trying to create a new snapshot If this command returns with a non-zero exit status, do not perform the backup. One possible application of this is to @@ -160,7 +160,7 @@ option "post_create_hook" o default="/bin/true" optional -text " +details=" Execute this after a snapshot has successfully been created The return value on the command is ignored. For instance one could count the number of files per user and/or the disk @@ -175,7 +175,7 @@ option "creation_sleep" s default="60" optional -text " +details=" The sleep interval for snapshot creation in minutes. The daemon will, in an endlees loop, create a snapshot and then sleep that many minutes. @@ -191,7 +191,7 @@ option "min_free" m default="50" optional -text " +details=" If less that this many gigabytes of space is available, dss will start to remove snapshots (starting from the oldest snapshot) until the free disk space exeecds this value.