There is no real reason for this option. Resuming a previously
cancelled snapshot is generally a very good idea, so the option is
kind of pointless. Remove it.
sl.num_snapshots = 0;
ret = 0;
- if (conf.no_resume_given)
- goto out;
dss_get_snapshot_list(&sl);
/*
* Snapshot recycling: We first look at the newest snapshot. If this
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"