]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- correct path
[packages/BackupPC.git] / BackupPC.spec
CommitLineData
9478b6bb
MWP
1
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
PG
19#BuildRequires: fakeroot
20BuildRequires: perl-base
33f03c73 21BuildRequires: perl-devel >= 1:5.6.0
e53e588a 22BuildRequires: perl-Compress-Zlib
ed441291 23BuildRequires: perl-Digest-MD5
fd06574e 24Requires: samba-client
528c20b1
PG
25# lets check if it's really needed
26#Requires: sperl
8f3ae6d3 27Requires: tar > 1.13
9478b6bb 28Requires: apache
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
38 only once (using hard links), resulting in substantial savings in disk
39 storage and disk writes.
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
44 files, configuration, current status and allows users to initiate and
45 cancel backups and browse and restore files from backups very quickly.
2d60d17e 46- No client-side software is needed. On WinXX the SMB protocol is
4077336d
SP
47 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can be
48 used.
2d60d17e 49- Flexible restore options. Single files can be downloaded from any
50 backup directly from the CGI interface. Zip or Tar archives for
51 selected files or directories can also be downloaded from the CGI
52 interface.
53- BackupPC supports mobile environments where laptops are only
4077336d
SP
54 intermittently connected to the network and have dynamic IP addresses
55 (DHCP).
2d60d17e 56- Flexible configuration parameters allow multiple backups to be
57 performed in parallel.
58- and more to discover in the manual...
e53e588a 59
ed441291
JB
60%description -l pl
61