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