Created attachment 178574 [details] for "periodic-snapshot" - allows to zfs filesystems to have unlimited snapshots the periodic-snapshot supplied with the sysutils/freebsd-snapshot port limits the total number of snapshots per file system to 20, which is correct for ufs filesystems but does not apply to zfs which can have 2^64 A patch is included which fixes this small flaw in an otherwise very handy utility
Maintainer feedback?
LGTM. Maintainer timeout.
A commit references this bug: Author: meta Date: Tue Feb 26 04:51:49 UTC 2019 New revision: 493933 URL: https://svnweb.freebsd.org/changeset/ports/493933 Log: sysutils/freebsd-snapshot: allows to zfs filesystems to have unlimited snapshots The periodic-snapshot supplied with the sysutils/freebsd-snapshot port limits the total number of snapshots per file system to 20, which is correct for ufs filesystems but does not apply to zfs which can have 2^64. PR: 215828 Submitted by: hostmaster@GTS.NET Approved by: maintainer timeout Changes: head/sysutils/freebsd-snapshot/Makefile head/sysutils/freebsd-snapshot/files/patch-allow-unlimited-snapshots-on-zfs
Committed, thanks!