diff options
author | cy <cy@FreeBSD.org> | 2009-02-12 05:23:52 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2009-02-12 05:23:52 +0800 |
commit | 31113dd0a323a6110cec07b6f32b3914d5054598 (patch) | |
tree | 573725ca8dabc7b1a9cea2dd8163b96186b42880 /sysutils | |
parent | b3223effda0dff86fc5b56ca4b4258cb9fc5f3e8 (diff) | |
download | freebsd-ports-gnome-31113dd0a323a6110cec07b6f32b3914d5054598.tar.gz freebsd-ports-gnome-31113dd0a323a6110cec07b6f32b3914d5054598.tar.zst freebsd-ports-gnome-31113dd0a323a6110cec07b6f32b3914d5054598.zip |
Make pkg-descr correct.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/zetaback/Makefile | 2 | ||||
-rw-r--r-- | sysutils/zetaback/pkg-descr | 25 |
2 files changed, 13 insertions, 14 deletions
diff --git a/sysutils/zetaback/Makefile b/sysutils/zetaback/Makefile index c43d19792bec..e99a2dd04164 100644 --- a/sysutils/zetaback/Makefile +++ b/sysutils/zetaback/Makefile @@ -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 diff --git a/sysutils/zetaback/pkg-descr b/sysutils/zetaback/pkg-descr index 72aee8997221..345fb770e0b4 100644 --- a/sysutils/zetaback/pkg-descr +++ b/sysutils/zetaback/pkg-descr @@ -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 |