diff options
author | erdgeist <erdgeist@erdgeist.org> | 2013-05-01 18:38:18 +0000 |
---|---|---|
committer | erdgeist <erdgeist@erdgeist.org> | 2013-05-01 18:38:18 +0000 |
commit | 0713769a1941de549aa64bfda30dac73449f1519 (patch) | |
tree | e21eec04d467a3549ac5ab76d917c380d19fd616 /ezjail.conf.sample | |
parent | 68253cc7a57cf4e7e94e9646ffc0f14f1bf9ac7d (diff) |
Fix error report by passing echo the -n parameter. Thanks to 乃村翼
Diffstat (limited to 'ezjail.conf.sample')
-rwxr-xr-x | ezjail.conf.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ezjail.conf.sample b/ezjail.conf.sample index 6ddd066..6cc5657 100755 --- a/ezjail.conf.sample +++ b/ezjail.conf.sample | |||
@@ -64,4 +64,7 @@ | |||
64 | # For auto snapshots this is the default policy to keep old snapshots. In each window there | 64 | # For auto snapshots this is the default policy to keep old snapshots. In each window there |
65 | # will be guaranteed to be one or two snapshots only | 65 | # will be guaranteed to be one or two snapshots only |
66 | # If this variable is not set, no snapshots will be removed by ezjail-admin snapshot | 66 | # If this variable is not set, no snapshots will be removed by ezjail-admin snapshot |
67 | |||
68 | # Example policy for a database jail with rollbackable snapshots with at least four snapshots | ||
69 | # in the last hour. Beware of the load caused by destroying snapshots. | ||
67 | # ezjail_default_retention_policy="4x15m 3x1h 2x2h 4h 12h 6x1d 7x1w 11x4w 1000x1y" | 70 | # ezjail_default_retention_policy="4x15m 3x1h 2x2h 4h 12h 6x1d 7x1w 11x4w 1000x1y" |