]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- pl, fixed dir in files
[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
6Release: 1
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
e53e588a 14BuildRequires: perl >= 5.6.0
e53e588a 15BuildRequires: perl-Compress-Zlib
ed441291
JB
16BuildRequires: perl-Digest-MD5
17BuildRequires: perl-devel
e53e588a
AM
18Requires: tar > 1.13
19Requires: samba-clients
e53e588a 20Requires: sperl
ed441291 21Requires: webserver
e53e588a 22Obsoletes: BackupPC
ed441291 23BuildArch: noarch
e53e588a
AM
24BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
25
26%description
27BackupPC is disk based and not tape based. This particularity allows
28features not found in any other backup solution:
29 * Clever pooling scheme minimizes disk storage and disk I/O.
ed441291
JB
30 Identical files across multiple backups of the same or different PC
31 are stored only once (using hard links), resulting in substantial
32 savings in disk storage and disk writes.
e53e588a 33 * Optional compression provides additional reductions in storage.
ed441291
JB
34 CPU impact of compression is low since only new files (those not
35 already in the pool) need to be compressed.
36 * A powerful http/cgi user interface allows administrators to view
37 log files, configuration, current status and allows users to
38 initiate and cancel backups and browse and restore files from
39 backups very quickly.
40 * No client-side software is needed. On WinXX the SMB protocol is
41 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can
42 be used.
43 * Flexible restore options. Single files can be downloaded from any
44 backup directly from the CGI interface. Zip or Tar archives for
45 selected files or directories can also be downloaded from the CGI
46 interface.
47 * BackupPC supports mobile environments where laptops are only
48 intermittently connected to the network and have dynamic IP
49 addresses (DHCP).
50 * Flexible configuration parameters allow multiple backups to be
51 performed in parallel.
e53e588a
AM
52 * and more to discover in the manual...
53
ed441291
JB
54%description -l pl
55