]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- change html dir path
[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/
e53e588a 19BuildRequires: perl-Compress-Zlib
ed441291 20BuildRequires: perl-Digest-MD5
e1f29e27 21BuildRequires: perl-base
22BuildRequires: perl-devel >= 1:5.6.0
dbb0a940 23BuildRequires: rpmbuild(macros) >= 1.159
e1f29e27 24Requires: apache
fd06574e 25Requires: samba-client
716c2a0b 26Requires: sperl
8f3ae6d3 27Requires: tar > 1.13
dbb0a940 28Provides: group(%{BPCgroup})
29Provides: user(%{BPCuser})
e53e588a 30Obsoletes: BackupPC
ed441291 31BuildArch: noarch
e53e588a
AM
32BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
33
34%description
35BackupPC is disk based and not tape based. This particularity allows
36features not found in any other backup solution:
4077336d
SP
37- Clever pooling scheme minimizes disk storage and disk I/O. Identical
38 files across multiple backups of the same or different PC are stored
e1f29e27 39 only once (using hard links), resulting in substantial savings in
40 disk storage and disk writes.
4077336d
SP
41- Optional compression provides additional reductions in storage. CPU
42 impact of compression is low since only new files (those not already
43 in the pool) need to be compressed.
44- A powerful http/cgi user interface allows administrators to view log
e1f29e27 45 files, configuration, current status and allows users to initiate
46 and cancel backups and browse and restore files from backups very
47 quickly.
2d60d17e 48- No client-side software is needed. On WinXX the SMB protocol is
e1f29e27 49 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can
50 be used.
2d60d17e 51- Flexible restore options. Single files can be downloaded from any
52 backup directly from the CGI interface. Zip or Tar archives for
53 selected files or directories can also be downloaded from the CGI
54 interface.
55- BackupPC supports mobile environments where laptops are only
e1f29e27 56 intermittently connected to the network and have dynamic IP
57 addresses (DHCP).
2d60d17e 58- Flexible configuration parameters allow multiple backups to be
59 performed in parallel.
60- and more to discover in the manual...
e53e588a 61
ed441291
JB
62%description -l pl
63