Date: Sat, 25 Oct 2014 06:57:57 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371469 - head/sysutils/backuppc-devel Message-ID: <201410250657.s9P6vvnR025675@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Oct 25 06:57:56 2014 New Revision: 371469 URL: https://svnweb.freebsd.org/changeset/ports/371469 QAT: https://qat.redports.org/buildarchive/r371469/ Log: sysutils/backuppc-devel: Update pkg-descr and COMMENT PR: 183241 Requested by: makc Approved by: Alexander Moisseev <moiseev@mezonplus.ru> (maintainer) Modified: head/sysutils/backuppc-devel/Makefile head/sysutils/backuppc-devel/pkg-descr Modified: head/sysutils/backuppc-devel/Makefile ============================================================================== --- head/sysutils/backuppc-devel/Makefile Sat Oct 25 06:52:33 2014 (r371468) +++ head/sysutils/backuppc-devel/Makefile Sat Oct 25 06:57:56 2014 (r371469) @@ -10,7 +10,7 @@ PKGNAMESUFFIX= -devel DISTNAME= BackupPC-${DISTVERSION} MAINTAINER= moiseev@mezonplus.ru -COMMENT= System for backing PCs and laptops to a server +COMMENT= Multi-platform backup to disk-based storage LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE Modified: head/sysutils/backuppc-devel/pkg-descr ============================================================================== --- head/sysutils/backuppc-devel/pkg-descr Sat Oct 25 06:52:33 2014 (r371468) +++ head/sysutils/backuppc-devel/pkg-descr Sat Oct 25 06:57:56 2014 (r371469) @@ -1,5 +1,20 @@ -BackupPC is a high-performance, enterprise-grade system for backing up Linux, -WinXX and MacOSX PCs and laptops to a server's disk. -BackupPC is highly configurable and easy to install and maintain. + +BackupPC is a fast, enterprise-grade backup system. It provides +a web-based user interface. It supports several platforms (Unix-like, +Windows, MacOSX) to backup to a disk-based storage. + +No client-side software is necessary, as the BackupPC server uses +several protocols (smb, rsync, tar and ftp) native to the client OS. + +File-level deduplication combined with optional compression minimizes +the disk space needed to store the backups and disk I/O and enables +synthetic backups to reduce network traffic. + +BackupPC is not a block-level backup system but performs file-based +backup and restore. Thus it is not suitable for backup of disk +images or raw disk partitions. + +BackupPC supports laptop environments with clients on dynamic +IP addresses (DHCP) not always connected to the network. WWW: http://backuppc.sourceforge.net
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410250657.s9P6vvnR025675>