mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
54e28a7c7f
PR: ports/150732 Submitted by: Aldis Berjoza <aldis at bsdroot.lv> (maintainer)
13 lines
492 B
Plaintext
13 lines
492 B
Plaintext
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.
|
|
|
|
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
|
|
<zfsnap@bsdroot.lv>
|