mirror of
https://git.freebsd.org/ports.git
synced 2025-05-19 18:43:13 -04:00
sysutils/zap: Update COMMENT and pkg-descr.
Approved by: swills (mentor, implicit)
This commit is contained in:
parent
ca546db10d
commit
3a5433c35e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=432812
2 changed files with 11 additions and 6 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
PORTNAME= zap
|
||||
PORTVERSION= 0.6.7
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= jrm@FreeBSD.org
|
||||
COMMENT= Maintain ZFS snapshots with cron
|
||||
COMMENT= Maintain and replicate ZFS snapshots
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
|
|
|
@ -1,8 +1,12 @@
|
|||
Use zap to maintain ZFS snapshots with cron.
|
||||
Maintain and replicate ZFS snapshots
|
||||
|
||||
- Uses no configuration files
|
||||
- Uses namespaces to avoid collisions with other snapshots.
|
||||
- Creates and destroys snapshots only when it makes sense to.
|
||||
- Written in POSIX sh.
|
||||
zap automates the management of zfs snapshots. With a few, simple
|
||||
crontab entries, it can be used to create a comprehensive zfs backup
|
||||
system. There are no configuration files. All parameters are supplied
|
||||
on the command line or in zfs properties and all snapshot information
|
||||
is stored in snapshot names.
|
||||
|
||||
zap plays nice with manually created snapshots or snapshots from other
|
||||
tools. It will only operate on snapshots it creates.
|
||||
|
||||
WWW: https://github.com/Jehops/zap
|
||||
|
|
Loading…
Add table
Reference in a new issue