diff options
Diffstat (limited to 'cull-snapshots')
-rwxr-xr-x | cull-snapshots | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cull-snapshots b/cull-snapshots new file mode 100755 index 0000000..692eee9 --- /dev/null +++ b/cull-snapshots @@ -0,0 +1,3 @@ +#!/bin/sh + +zfs list -t snap | /usr/local/bin/zbackup.pl | /usr/local/bin/zdest.pl |