mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
10 lines
461 B
Plaintext
10 lines
461 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: https://github.com/graudeejs/zfSnap/
|