zrepl/docs/configuration
Christian Schwarz 1c270b7e39 add option to disable step holds for incremental sends
This is a stop-gap solution until we re-write the pruner to support
rules for removing step holds.

Note that disabling step holds for incremental sends does not affect
zrepl's guarantee that incremental replication is always possible:

Suppose you yank the external drive during an incremental @from -> @to step:

* restarting that step or future incrementals @from -> @to_later` will be possible
  because the replication cursor bookmark points to @from until the step is complete
* resuming @from -> @to will work as long as the pruner on your internal pool doesn't come around to destroy @to.
    * in that case, the replication algorithm should determine that the resumable state
      on the receiving side isuseless because @to no longer exists on the sending side,
      and consequently clear it, and restart an incremental step @from -> @to_later

refs #288
2020-06-14 15:26:05 +02:00
..
filter_syntax.rst docs: filter syntax: reference 'snap' job type 2020-02-14 21:40:48 +01:00
jobs.rst docs: update & extend replication overview wrt step holds + bookmarks 2020-06-14 15:21:36 +02:00
logging.rst Spellcheck all files 2020-02-24 16:06:09 +01:00
misc.rst pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
monitoring.rst Spellcheck all files 2020-02-24 16:06:09 +01:00
overview.rst docs: update & extend replication overview wrt step holds + bookmarks 2020-06-14 15:21:36 +02:00
prune.rst Spellcheck all files 2020-02-24 16:06:09 +01:00
sendrecvoptions.rst add option to disable step holds for incremental sends 2020-06-14 15:26:05 +02:00
snapshotting.rst daemon/snapper: refactor sync-up algorithm + warn about FSes awaiting first sync point 2020-01-15 19:20:37 +01:00
transports.rst transport/tcp: support for CIDR-mask based ACLs + client-identities 2020-05-15 21:17:01 +02:00