]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- cosmetics
[packages/BackupPC.git] / BackupPC.spec
CommitLineData
9478b6bb 1
c7cf1aea
MWP
2#TO DO:
3# - polish translation %{_libdir}/BackupPC/Lang/pl.pm
4
e1f29e27 5%define BPCuser backuppc
6%define BPCgroup backuppc
e53e588a 7%include /usr/lib/rpm/macros.perl
9478b6bb 8
e53e588a 9Summary: A high-performance, enterprise-grade system for backing up PCs
ed441291 10Summary(pl): Wysoko wydajny, profesjonalnej klasy system do kopii zapasowych z PC
e53e588a 11Name: backuppc
528c20b1 12Version: 2.1.0
7670e654 13Release: 0.5
e53e588a
AM
14License: GPL
15Group: Networking/Utilities
16Source0: http://dl.sourceforge.net/backuppc/BackupPC-%{version}.tar.gz
528c20b1 17# Source0-md5: 4e201f00842c88cf241e0429643c6ec4
9478b6bb
MWP
18Source1: %{name}_apache.conf
19Source2: %{name}_htaccess
c949d7da 20Patch0: %{name}-usernotexist.patch
e53e588a 21URL: http://backuppc.sourceforge.net/
e53e588a 22BuildRequires: perl-Compress-Zlib
ed441291 23BuildRequires: perl-Digest-MD5
e1f29e27 24BuildRequires: perl-base
25BuildRequires: perl-devel >= 1:5.6.0
dbb0a940 26BuildRequires: rpmbuild(macros) >= 1.159
e1f29e27 27Requires: apache
fd06574e 28Requires: samba-client
716c2a0b 29Requires: sperl
8f3ae6d3 30Requires: tar > 1.13
dbb0a940 31Provides: group(%{BPCgroup})
32Provides: user(%{BPCuser})
e53e588a 33Obsoletes: BackupPC
ed441291 34BuildArch: noarch
e53e588a
AM
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:
4077336d
SP
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
e1f29e27 42 only once (using hard links), resulting in substantial savings in
43 disk storage and disk writes.
4077336d
SP
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
e1f29e27 48 files, configuration, current status and allows users to initiate
49 and cancel backups and browse and restore files from backups very
50 quickly.
2d60d17e 51- No client-side software is needed. On WinXX the SMB protocol is
e1f29e27 52 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can
53 be used.
2d60d17e 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
e1f29e27 59 intermittently connected to the network and have dynamic IP
60 addresses (DHCP).
2d60d17e 61- Flexible configuration parameters allow multiple backups to be
62 performed in parallel.
63- and more to discover in the manual...
e53e588a 64
ed441291
JB
65%description -l pl
66