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