Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Oct 2014 07:45:29 +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: r371470 - head/sysutils/backuppc
Message-ID:  <201410250745.s9P7jTmV048929@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sat Oct 25 07:45:28 2014
New Revision: 371470
URL: https://svnweb.freebsd.org/changeset/ports/371470
QAT: https://qat.redports.org/buildarchive/r371470/

Log:
  sysutils/backuppc: Update pkg-descr and COMMENT
  
  PR:		183241
  Requested by:	makc
  Approved by:	Alexander Moisseev <moiseev@mezonplus.ru> (maintainer)

Modified:
  head/sysutils/backuppc/Makefile
  head/sysutils/backuppc/pkg-descr

Modified: head/sysutils/backuppc/Makefile
==============================================================================
--- head/sysutils/backuppc/Makefile	Sat Oct 25 06:57:56 2014	(r371469)
+++ head/sysutils/backuppc/Makefile	Sat Oct 25 07:45:28 2014	(r371470)
@@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTNA
 DISTNAME=	BackupPC-${PORTVERSION}
 
 MAINTAINER=	moiseev@mezonplus.ru
-COMMENT=	System for backing PCs and laptops to a server
+COMMENT=	Multi-platform backup to disk-based storage
 
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE

Modified: head/sysutils/backuppc/pkg-descr
==============================================================================
--- head/sysutils/backuppc/pkg-descr	Sat Oct 25 06:57:56 2014	(r371469)
+++ head/sysutils/backuppc/pkg-descr	Sat Oct 25 07:45:28 2014	(r371470)
@@ -1,5 +1,19 @@
-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?201410250745.s9P7jTmV048929>