Lines 1-7
Link Here
|
1 |
zfSnap is very simple sh script to make periodic zfs snapshots with cron. |
1 |
zfSnap is simple sh script to make rolling zfs snapshots with cron. Main |
2 |
It will also delete old snapshots. |
2 |
advantage of zfSnap is that it's written in %100 pure /bin/sh, doesn't |
|
|
3 |
require any additional software to run, and is simple to use. |
3 |
|
4 |
|
4 |
WWW: http://aldis.git.bsdroot.lv/zfSnap |
5 |
zfSnap keeps all information about snapshot in snapshot name. zfs snapshot |
|
|
6 |
names are in form: Timestamp--TTL where timestamp is date and time of |
7 |
snapshot creation and TTL is Time To Live in human readable form. |
8 |
|
9 |
WWW: http://wiki.bsdroot.lv/zfsnap |
5 |
|
10 |
|
6 |
-- Aldis Berjoza |
11 |
-- Aldis Berjoza |
7 |
<aldis@bsdroot.lv> |
12 |
<aldis@bsdroot.lv> |