Not sure if this should go in a different location - please move if necessary!
I'm using ZFS (obviously) and set up zfs-snapshot-mgmt. My config is as follows:
Based on the manpage this should create snapshots once a day (1440 minutes) at 2AM based on the 120 minute offset from midnight. When I let this run for a couple days I get this when I list snapshots:
I can determine any pattern that makes sense with that. 20:00 isn't 120 minutes from midnight or any obvious time. Can anyone explain what's happening?
I'm using ZFS (obviously) and set up zfs-snapshot-mgmt. My config is as follows:
Code:
snapshot_prefix: auto-
filesystems:
tank/Backups:
recursive: true
creation_rule:
at_multiple: 1440
offset: 120
preservation_rules:
- { for_minutes: 47520, at_multiple: 1440, offset: 120 }
Based on the manpage this should create snapshots once a day (1440 minutes) at 2AM based on the 120 minute offset from midnight. When I let this run for a couple days I get this when I list snapshots:
Code:
tank/Backups@auto-2011-08-14_20.00
tank/Backups@auto-2011-08-15_20.00
I can determine any pattern that makes sense with that. 20:00 isn't 120 minutes from midnight or any obvious time. Can anyone explain what's happening?