diff options
author | pav <pav@FreeBSD.org> | 2004-04-03 22:28:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-04-03 22:28:29 +0800 |
commit | 19a7427e9e51b80147939a514d9fb1db005d11e8 (patch) | |
tree | 9f5791f91c677d2a6941104c6eb4a76ecd410640 /sysutils | |
parent | ed4688d80f3888ef4a2126a2a22f45fb57ddea05 (diff) | |
download | freebsd-ports-gnome-19a7427e9e51b80147939a514d9fb1db005d11e8.tar.gz freebsd-ports-gnome-19a7427e9e51b80147939a514d9fb1db005d11e8.tar.zst freebsd-ports-gnome-19a7427e9e51b80147939a514d9fb1db005d11e8.zip |
- Update COMMENT and pkg-descr
PR: ports/65117
Submitted by: Kay Lehmann <kay_lehmann@web.de> (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdbkup/Makefile | 2 | ||||
-rw-r--r-- | sysutils/cdbkup/pkg-descr | 13 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sysutils/cdbkup/Makefile b/sysutils/cdbkup/Makefile index 73722449fe4f..4570f7344c0c 100644 --- a/sysutils/cdbkup/Makefile +++ b/sysutils/cdbkup/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}_${PORTVERSION}-1 MAINTAINER= kay_lehmann@web.de -COMMENT= Simple backup restore perl scripts (uses gnu tar) +COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar) BUILD_DEPENDS= cdrecord:${PORTSDIR}/sysutils/cdrtools \ mkisofs:${PORTSDIR}/sysutils/mkisofs \ diff --git a/sysutils/cdbkup/pkg-descr b/sysutils/cdbkup/pkg-descr index f5460633586d..aab10c669570 100644 --- a/sysutils/cdbkup/pkg-descr +++ b/sysutils/cdbkup/pkg-descr @@ -1 +1,12 @@ -cdbkup is a small backuputil which uses gnu tar and is based on perl +CDBKUP is a professional-grade open-source package for +backing up filesystems onto CD-Rs or CD-RWs. + +Features: + +Supports full or incremental backups. +Results are stored as GNU tarballs on ISO 9660 filesystems. +Excellent support for multi-session CDs. +Large backups can be split between multiple CDs. +Supports gzip, bzip2 or no compression. + +WWW: http://cdbkup.sf.net |