zrepl/config/samples
Christian Schwarz 30cdc1430e replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing}
This commit

- adds a configuration in which no step holds, replication cursors, etc. are created
- removes the send.step_holds.disable_incremental setting
- creates a new config option `replication` for active-side jobs
- adds the replication.protection.{initial,incremental} settings, each
  of which can have values
    - `guarantee_resumability`
    - `guarantee_incremental`
    - `guarantee_nothing`
  (refer to docs/configuration/replication.rst for semantics)

The `replication` config from an active side is sent to both endpoint.Sender and endpoint.Receiver
for each replication step. Sender and Receiver then act accordingly.

For `guarantee_incremental`, we add the new `tentative-replication-cursor` abstraction.
The necessity for that abstraction is outlined in https://github.com/zrepl/zrepl/issues/340.

fixes https://github.com/zrepl/zrepl/issues/340
2020-07-26 20:32:35 +02:00
..
hooks pre- and post-snapshot hooks 2019-09-27 21:25:59 +02:00
local.yml rename root_dataset to root_fs for receiving-side jobs 2018-10-11 18:03:18 +02:00
pull_ssh.yml docs + samples: adjust ssh 'Compression' arg in examples 2019-11-20 18:19:16 +01:00
pull.yml rename root_dataset to root_fs for receiving-side jobs 2018-10-11 18:03:18 +02:00
push.yml new features: {resumable,encrypted,hold-protected} send-recv, last-received-hold 2020-02-14 22:00:13 +01:00
quickstart_backup_to_external_disk.yml replication + endpoint: replication guarantees: guarantee_{resumability,incremental,nothing} 2020-07-26 20:32:35 +02:00
quickstart_continuous_server_backup_receiver.yml docs: add backup-to-external-disk quick-start guide and convert existing tutorial to quick-start guide 2020-06-14 15:26:05 +02:00
quickstart_continuous_server_backup_sender.yml docs: add backup-to-external-disk quick-start guide and convert existing tutorial to quick-start guide 2020-06-14 15:26:05 +02:00
sink.yml rename root_dataset to root_fs for receiving-side jobs 2018-10-11 18:03:18 +02:00
snap.yml Ugly but working inital snapjob implementation 2018-11-20 19:30:15 +01:00
source_ssh.yml snapshotting: support 'periodic' and 'manual' mode 2018-10-11 15:59:23 +02:00
source.yml transport/tcp: support for CIDR-mask based ACLs + client-identities 2020-05-15 21:17:01 +02:00