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