diff options
Diffstat (limited to 'filesystems/zap/pkg-descr')
-rw-r--r-- | filesystems/zap/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/filesystems/zap/pkg-descr b/filesystems/zap/pkg-descr new file mode 100644 index 000000000000..eb2e26271169 --- /dev/null +++ b/filesystems/zap/pkg-descr @@ -0,0 +1,10 @@ +Maintain and replicate ZFS snapshots + +zap automates the management of zfs snapshots. With a few, simple +crontab entries, it can be used to create a comprehensive zfs backup +system. There are no configuration files. All parameters are supplied +on the command line or in zfs properties and all snapshot information +is stored in snapshot names. + +zap plays nice with manually created snapshots or snapshots from other +tools. It will only operate on snapshots it creates. |