]> git.pld-linux.org Git - packages/BackupPC.git/blame - BackupPC.spec
- antyspam
[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
93a8e995 19Release: 3
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
93a8e995
MWP
27Patch0: %{name}-%{version}pl0.patch
28Patch1: %{name}-usernotexist.patch
29Patch2: %{name}-pathtodocs.patch
e53e588a 30URL: http://backuppc.sourceforge.net/
e53e588a 31BuildRequires: perl-Compress-Zlib
ed441291 32BuildRequires: perl-Digest-MD5
e1f29e27 33BuildRequires: perl-devel >= 1:5.6.0
7759c7a4 34BuildRequires: rpm-perlprov
e326eb5b 35BuildRequires: rpmbuild(macros) >= 1.202
a6c35446 36BuildRequires: sed >= 4.0
c871e746
ER
37Requires: apache(mod_auth)
38Requires: apache-mod_perl
ffd48690 39Requires: apache >= 2.0
c871e746 40Requires: par2cmdline
36ac5999
MWP
41Requires: perl-Archive-Zip
42Requires: perl-Compress-Bzip2
c871e746
ER
43Requires: perl-Compress-Zlib
44Requires: perl-File-RsyncP >= 0.52
36ac5999 45Requires: rsync
fd06574e 46Requires: samba-client
716c2a0b 47Requires: sperl
8f3ae6d3 48Requires: tar > 1.13
dbb0a940 49Provides: group(%{BPCgroup})
50Provides: user(%{BPCuser})
e53e588a 51Obsoletes: BackupPC
ed441291 52BuildArch: noarch
e53e588a
AM
53BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
54
55%description
56BackupPC is disk based and not tape based. This particularity allows
57features not found in any other backup solution:
4077336d
SP
58- Clever pooling scheme minimizes disk storage and disk I/O. Identical
59 files across multiple backups of the same or different PC are stored
f1be31de
ER
60 only once (using hard links), resulting in substantial savings in disk
61 storage and disk writes.
4077336d
SP
62- Optional compression provides additional reductions in storage. CPU
63 impact of compression is low since only new files (those not already
64 in the pool) need to be compressed.
65- A powerful http/cgi user interface allows administrators to view log
f1be31de
ER
66 files, configuration, current status and allows users to initiate and
67 cancel backups and browse and restore files from backups very quickly.
2d60d17e 68- No client-side software is needed. On WinXX the SMB protocol is
f1be31de
ER
69 used. On Linux or unix clients, rsync or tar (over ssh/rsh/NFS) can be
70 used.
2d60d17e 71- Flexible restore options. Single files can be downloaded from any
72 backup directly from the CGI interface. Zip or Tar archives for
73 selected files or directories can also be downloaded from the CGI
74 interface.
75- BackupPC supports mobile environments where laptops are only
f1be31de
ER
76 intermittently connected to the network and have dynamic IP addresses
77 (DHCP).
2d60d17e 78- Flexible configuration parameters allow multiple backups to be
79 performed in parallel.
80- and more to discover in the manual...
e53e588a 81
ed441291
JB
82%description -l pl
83