diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 6cc5657..0d45fba 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample @@ -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"