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