diff options
Diffstat (limited to 'filesystems/zfs-snapshot-clean/pkg-descr')
-rw-r--r-- | filesystems/zfs-snapshot-clean/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/filesystems/zfs-snapshot-clean/pkg-descr b/filesystems/zfs-snapshot-clean/pkg-descr new file mode 100644 index 000000000000..b2633bdb9cff --- /dev/null +++ b/filesystems/zfs-snapshot-clean/pkg-descr @@ -0,0 +1,13 @@ +zfs-snapshot-clean +------------------ + +This is a tool to sieve ZFS snapshots as per given spec a la +`pdumpfs-clean'. + +Typical usage is as follows: + + for vol in zpool/home zpool/var; do + zfs snapshot "$vol@$(date +%Y-%m-%d)" && zfs-snapshot-clean "$vol" + done + +Run `zfs-snapshot-clean -h' for details. |