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