aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zfsnap/pkg-descr
diff options
context:
space:
mode:
authorTim Bishop <tdb@FreeBSD.org>2010-08-03 17:42:59 +0000
committerTim Bishop <tdb@FreeBSD.org>2010-08-03 17:42:59 +0000
commit4af15211bbc64057e01c47c6f97a299597b164bb (patch)
treef7ea25e61ac262f28fcdead3ab1194d5e07abef6 /sysutils/zfsnap/pkg-descr
parent1a6246627ce8f5202ba88fb2432d34ce3762c33f (diff)
Notes
Diffstat (limited to 'sysutils/zfsnap/pkg-descr')
-rw-r--r--sysutils/zfsnap/pkg-descr11
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/zfsnap/pkg-descr b/sysutils/zfsnap/pkg-descr
index 727eb7c5f88a..98a5a2770428 100644
--- a/sysutils/zfsnap/pkg-descr
+++ b/sysutils/zfsnap/pkg-descr
@@ -1,7 +1,12 @@
-zfSnap is very simple sh script to make periodic zfs snapshots with cron.
-It will also delete old snapshots.
+zfSnap is simple sh script to make rolling zfs snapshots with cron. Main
+advantage of zfSnap is that it's written in %100 pure /bin/sh, doesn't
+require any additional software to run, and is simple to use.
-WWW: http://aldis.git.bsdroot.lv/zfSnap
+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.
+
+WWW: http://wiki.bsdroot.lv/zfsnap
-- Aldis Berjoza
<aldis@bsdroot.lv>