]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- updates made by Michał Panasiewicz
[packages/BackupPC.git] / BackupPC.spec
CommitLineData
8f3ae6d3
PG
1# TODO:
2# - make it simply build...
3# - make pre/post for apache
c949d7da 4# - add all needed files to %files
e53e588a
AM
5%include /usr/lib/rpm/macros.perl
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
c949d7da 15Patch0: %{name}-usernotexist.patch
e53e588a 16URL: http://backuppc.sourceforge.net/
528c20b1
PG
17#BuildRequires: fakeroot
18BuildRequires: perl-base
33f03c73 19BuildRequires: perl-devel >= 1:5.6.0
e53e588a 20BuildRequires: perl-Compress-Zlib
ed441291 21BuildRequires: perl-Digest-MD5
fd06574e 22Requires: samba-client
528c20b1
PG
23# lets check if it's really needed
24#Requires: sperl
8f3ae6d3 25Requires: tar > 1.13
ed441291 26Requires: webserver
e53e588a 27Obsoletes: BackupPC
ed441291 28BuildArch: noarch
e53e588a
AM
29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
30
528c20b1
PG
31%define _backuppcdir %{_datadir}/%{name}
32
e53e588a
AM
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