aboutsummaryrefslogtreecommitdiffstats
path: root/filesystems/zfs-snapshot-clean/pkg-descr
blob: b2633bdb9cffb429d0343897dcaf219e25b11021 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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.