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