fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
495 B
Text
8 lines
495 B
Text
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.
|