2014-01-18 17:44:11 +01:00
|
|
|
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
|
2010-08-03 19:42:59 +02:00
|
|
|
require any additional software to run, and is simple to use.
|
2010-08-03 19:39:21 +02:00
|
|
|
|
2010-08-03 19:42:59 +02:00
|
|
|
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.
|
|
|
|
|
2011-09-05 11:17:11 +02:00
|
|
|
WWW: https://github.com/graudeejs/zfSnap/
|