docs: add warnings of changing semantics for manually created snapshots in 0.1

This commit is contained in:
Christian Schwarz
2018-10-13 18:29:40 +02:00
parent eadb6f823d
commit f13749380d
2 changed files with 11 additions and 0 deletions

View File

@@ -45,6 +45,9 @@ Example Configuration:
regex: "^zrepl_.*"
# manually created snapshots will be kept forever on receiver
.. DANGER::
You might have **existing snapshots** of filesystems affected by pruning which you want to keep, i.e. not be destroyed by zrepl.
Make sure to actually add the necessary ``regex`` keep rules on both sides, like with ``manual`` in the example above.
.. ATTENTION::