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