Explain retention policy a little better

This commit is contained in:
erdgeist 2014-06-03 05:09:20 +02:00
parent 33bb63dbb4
commit b2bd4f55ca

View File

@ -65,6 +65,7 @@
# will be guaranteed to be one or two snapshots only
# If this variable is not set, no snapshots will be removed by ezjail-admin snapshot
# Example policy for a database jail with rollbackable snapshots with at least four snapshots
# in the last hour. Beware of the load caused by destroying snapshots.
# Example policy for a database jail with rollbackable snapshots starting with four snapshots
# in the last hour and up to an annual snapshot for 1000 years. Beware of the load caused by
# destroying snapshots.
# ezjail_default_retention_policy="4x15m 3x1h 2x2h 4h 12h 6x1d 7x1w 11x4w 1000x1y"