diff options
Diffstat (limited to 'filesystems/zfsnap/pkg-descr')
-rw-r--r-- | filesystems/zfsnap/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/filesystems/zfsnap/pkg-descr b/filesystems/zfsnap/pkg-descr new file mode 100644 index 000000000000..16d0cef6da58 --- /dev/null +++ b/filesystems/zfsnap/pkg-descr @@ -0,0 +1,8 @@ +zfSnap is a simple sh script for creating ZFS snapshots. When called from +cron rolling snapshots can be created and deleted automatically. The main +advantage of zfSnap is that it is written in 100% pure /bin/sh, does not +require any additional software to run, and is simple to use. + +zfSnap keeps all information about snapshot in snapshot name. zfs snapshot +names are in form: Timestamp--TTL where timestamp is date and time of +snapshot creation and TTL is Time To Live in human readable form. |