]> git.tuebingen.mpg.de Git - dss.git/blobdiff - dss.ggo
Reuse old rsync argv if rsync has to be restarted.
[dss.git] / dss.ggo
diff --git a/dss.ggo b/dss.ggo
index 506fbf105433fed61631ad965e5b8295068cbfe7..09e345d8db8f270de4182cda8d6033b236407724 100644 (file)
--- a/dss.ggo
+++ b/dss.ggo
@@ -194,6 +194,21 @@ 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"