X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=dss.ggo;h=099df4cd163765da66e2ba7eb1dca26789af1ed4;hp=4d1401981b25f8c079c5cb18fcfc6f31636b73cc;hb=5c196687e13874271961dc293aafa2b3bb5f2f64;hpb=d1014543f4458b9114e7134d8fabd3e1fd1589bf diff --git a/dss.ggo b/dss.ggo index 4d14019..099df4c 100644 --- a/dss.ggo +++ b/dss.ggo @@ -3,7 +3,7 @@ # Licensed under the GPL v2. For licencing details see COPYING. package "dss" -version "0.1.1" +version "0.1.2" purpose "the dyadic snapshot scheduler dss creates hardlink-based snapshots of a given directory on a remote @@ -195,8 +195,12 @@ string typestr="option" optional multiple details=" - These option may be given multiple times. The arguments passed - to that option are passed verbatim to the rsync command. + This option may be given multiple times. The given argument is + passed verbatim to the rsync command. Note that in order to use + rsync options that require an argument, you have to specify the + option and its argument as separate --rsync-options, like this: + + --rsync-option --exclude --rsync-option /proc " ################### @@ -350,8 +354,8 @@ details=" If this flag is not given dss removes redundant and outdated snapshots automatically. - Otherwise, this feature is deactivated so that snapshots - are only being removed in case disk space or inode ratio + Otherwise, this feature is deactivated so that snapshots are + only being removed in case disk space or number of free inodes becomes low. Use this flag if the file system containing the destination directory is used for snapshots only. "