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