Make pkg-descr correct.
This commit is contained in:
parent
71c00a06d8
commit
160b1bbe1a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228081
2 changed files with 13 additions and 14 deletions
|
@ -11,7 +11,7 @@ CATEGORIES= sysutils
|
|||
MASTER_SITES= https://labs.omniti.com/zetaback/tags/1.0/
|
||||
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= ZFS backup and recovery management system
|
||||
COMMENT= Zetaback ZFS backup and recovery management system
|
||||
|
||||
USE_PERL5_RUN= YES
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
hdup is a little, spiffy, backup tool.
|
||||
Zetaback ZFS backup and recovery management system.
|
||||
|
||||
Features are:
|
||||
- simple to use
|
||||
- small and versatile backup program
|
||||
- support for incremental backups
|
||||
- support for backups over the network (with ssh)
|
||||
- support for network restore (with ssh)
|
||||
- support for encrypted backups (using mcrypt, gnupg)
|
||||
- support for split up archives (called chunks)
|
||||
- support for .nobackup files (to exclude certain directories)
|
||||
- flexible regular expression based include/exclude mechanism
|
||||
- designed to be run from cron
|
||||
Zetaback is a thin-agent based ZFS backup tool. It is designed to:
|
||||
|
||||
WWW: http://www.miek.nl/projects/hdup2
|
||||
* run from a central host
|
||||
* scan clients for new ZFS filesystems
|
||||
* manage varying desired backup intervals (per host) for
|
||||
o full backups
|
||||
o incremental backups
|
||||
* maintain varying retention policies (per host)
|
||||
* summarize existing backups
|
||||
* restore any host:fs backup at any point in time to any target host
|
||||
|
||||
https://labs.omniti.com/trac/zetaback
|
||||
|
|
Loading…
Reference in a new issue