Description
I'm really sorry if I missed it in the docs, but it would be awesome to optionally support snapshot selection by ZFS creation date instead of name pattern.
simple use case: vm backup shuts down VM and creates snapshot with e.g. "_clean" in it's name, but think many potential tags like this, so it would be necessary to call zfs-autobackup many times with all possible/impossible to guess suffixes/tags.
if enabled, this new flag would call e.g. something like zfs list -rtsnap -poname,creation
to get all snapshots with their creation date and use that instead of pattern matching the name. it could still be useful to preselect snapshots by name, so there would be 3 cases:
*) existing selection by name
*) new selection by creation date
*) new selection by creation date, but filtered by pattern
thanks! :)
Activity