]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.ggo
Remove --no-resume.
[dss.git] / dss.ggo
diff --git a/dss.ggo b/dss.ggo
index 6ac2a39d12b9eb24bd36865a7554a24b252f94af..48ec432d24cf4f4a07f722d7e90e58f392bf5727 100644 (file)
--- 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.6"
+version "0.1.7"
 purpose "the dyadic snapshot scheduler
 
 dss creates hardlink-based snapshots of a given directory on a remote
@@ -216,21 +216,6 @@ details="
        dss.
 "
 
-option "no-resume" -
-#~~~~~~~~~~~~~~~~~~~
-"Do not try to resume from previous runs"
-flag off
-details = "
-       Starting from version 0.1.4, dss tries to resume from a
-       previously cancelled dss instance by default. It does so by
-       looking at the status of the most recently created snapshot. If
-       this snapshot status is incomplete, its directory is reused
-       as the destination directory for a subsequent rsync run.
-
-       The --no-resume option deactivates this feature so that a new
-       directory is always used as the rsync destination directory.
-"
-
 option "rsync-option" O
 #~~~~~~~~~~~~~~~~~~~~~~
 "Further rsync options"