]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add channel program for property based snapshots
authorClint Armstrong <clint@clintarmstrong.net>
Tue, 30 Jul 2019 23:02:19 +0000 (19:02 -0400)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 30 Jul 2019 23:02:19 +0000 (16:02 -0700)
commitf489458ad7e7214df455ac00af621e9b4369361d
tree29d2eaf83f88d067f0da59e877bf316d1979f9b1
parent1ba4f3e7b4e15b2262802909bee50355e439c67e
Add channel program for property based snapshots

Channel programs that many users find useful should be included with zfs
in the /contrib directory. This is the first of these contributions. A
channel program to recursively take snapshots of datasets with the
property com.sun:auto-snapshot=true.

Reviewed-by: Kash Pande <kash@tripleback.net>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Clint Armstrong <clint@clintarmstrong.net>
Closes #8443
Closes #9050
configure.ac
contrib/Makefile.am
contrib/zcp/Makefile.am [new file with mode: 0644]
contrib/zcp/autosnap.lua [new file with mode: 0644]