Fix test for the snapshot config file

Signed-off-by: Sayan Nandan <nandansayan@outlook.com>
next
Sayan Nandan 4 years ago
parent cf3d213b3f
commit 5c1fbae609
No known key found for this signature in database
GPG Key ID: C31EFD7DDA12AEE0

@ -13,6 +13,6 @@ every = 120
[snapshot]
enabled = true # set to false to disable snapshots
# Create a snapshot every hour (1 hour = 60 minutes = 60 * 60 seconds = 3600 seconds)
every = 10
every = 3600
# How many of the snapshots to keep
atmost = 4 # keep the four most recent snapshots

Loading…
Cancel
Save