]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- standardized, killed non-ascii in /etc/passwd; why non-registered UID/GID are used ?
[packages/BackupPC.git] / BackupPC.spec
CommitLineData
9478b6bb 1
e1f29e27 2%define BPCuser backuppc
3%define BPCgroup backuppc
e53e588a 4%include /usr/lib/rpm/macros.perl
9478b6bb 5
e53e588a 6Summary: A high-performance, enterprise-grade system for backing up PCs
ed441291 7Summary(pl): Wysoko wydajny, profesjonalnej klasy system do kopii zapasowych z PC
e53e588a 8Name: backuppc
528c20b1 9Version: 2.1.0
7670e654 10Release: 0.5
e53e588a
AM
11License: GPL
12Group: Networking/Utilities
13Source0: http://dl.sourceforge.net/backuppc/BackupPC-%{version}.tar.gz
528c20b1 14# Source0-md5: 4e201f00842c88cf241e0429643c6ec4
9478b6bb
MWP
15Source1: %{name}_apache.conf
16Source2: %{name}_htaccess
c949d7da 17Patch0: %{name}-usernotexist.patch
e53e588a 18URL: http://backuppc.sourceforge.net/
528c20b1 19#BuildRequires: fakeroot
e53e588a 20BuildRequires: perl-Compress-Zlib
ed441291 21BuildRequires: perl-Digest-MD5
e1f29e27 22BuildRequires: perl-base
23BuildRequires: perl-devel >= 1:5.6.0
24Requires: apache
fd06574e 25Requires: samba-client
528c20b1
PG
26# lets check if it's really needed
27#Requires: sperl
8f3ae6d3 28Requires: tar > 1.13
e53e588a 29Obsoletes: BackupPC
ed441291 30BuildArch: noarch
e53e588a
AM
31BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33%description
34BackupPC is disk based and not tape based. This particularity allows
35features not found in any other backup solution:
4077336d
SP
36- Clever pooling scheme minimizes disk storage and disk I/O. Identical
37 files across multiple backups of the same or different PC are stored
e1f29e27 38 only once (using hard links), resulting in substantial savings in
39 disk storage and disk writes.
4077336d
SP
40- Optional compression provides additional reductions in storage. CPU
41 impact of compression is low since only new files (those not already
42 in the pool) need to be compressed.
43- A powerful http/cgi user interface allows administrators to view log
e1f29e27 44 files, configuration, current status and allows users to initiate
45 and cancel backups and browse and restore files from backups very
46 quickly.
2d60d17e 47- No client-side software is needed. On WinXX the SMB protocol is
e1f29e27 48 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can
49 be used.
2d60d17e 50- Flexible restore options. Single files can be downloaded from any
51 backup directly from the CGI interface. Zip or Tar archives for
52 selected files or directories can also be downloaded from the CGI
53 interface.
54- BackupPC supports mobile environments where laptops are only
e1f29e27 55 intermittently connected to the network and have dynamic IP
56 addresses (DHCP).
2d60d17e 57- Flexible configuration parameters allow multiple backups to be
58 performed in parallel.
59- and more to discover in the manual...
e53e588a 60
ed441291
JB
61%description -l pl
62