]> git.pld-linux.org Git - packages/flexbackup.git/blob - flexbackup.spec
- updated to 1.2.1
[packages/flexbackup.git] / flexbackup.spec
1 Summary:        Flexible backup script
2 Summary(pl):    Elastyczny skrypt do tworzenia kopii zapasowych
3 Name:           flexbackup
4 Version:        1.2.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Archiving
8 Source0:        http://flexbackup.sourceforge.net/tarball/%{name}-%{version}.tar.gz
9 # Source0-md5:  4955c89dbee354248f354a9bf0a480dd
10 URL:            http://members.home.com/flexbackup/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12 Requires:       afio
13 Requires:       buffer
14 Requires:       grep
15 Requires:       fileutils
16 #Requires:      bzip2 or gzip or zip - your mileage may vary
17
18 %description
19 Flexible backup script.
20
21 Features:
22 - Easy to configure
23 - Uses dump, afio, tar, or cpio with the flick of a switch
24 - Backup, extract, compare, list modes
25 - Compression and buffering for all backup types
26 - Full (0) and 1-9 levels of incremental backup
27 - Keeps a table of contents so you know whats on each tape
28 - Does remote filesystems (over rsh/ssh; no special service)
29 - Works with IDE/SCSI tapes on Linux/FreeBSD, Linux ftape, or disk
30   files
31 - Nice log files
32
33 %description -l pl
34 Elastyczny skrypt do tworzenia kopii zapasowych.
35
36 Zalety:
37 - ³atwy w konfiguracji
38 - umo¿liwia tworzenie kopii zapasowych programami takimi jak: dump,
39   afio lub cpio
40 - tryby tworzenia, odtwarzania, porównywania oraz wy¶wietlania
41   zawarto¶ci kopii
42 - kompresja oraz buforowanie dla wszystkich typów kopii
43 - pe³ne oraz przyrostowe tworzenie archiwów
44 - spis tre¶ci
45 - zdalne tworzenie kopii zapasowych
46 - wspó³pracuje ze streamerami IDE/SCSI
47 - dziennik tworzonych kopii zapasowych
48
49 %prep
50 %setup  -q
51
52 %install
53 rm -rf $RPM_BUILD_ROOT
54 install -d $RPM_BUILD_ROOT%{_bindir}
55 install -d $RPM_BUILD_ROOT%{_sysconfdir}
56 install -d $RPM_BUILD_ROOT%{_mandir}/man1
57 install -d $RPM_BUILD_ROOT%{_mandir}/man5
58
59 install flexbackup $RPM_BUILD_ROOT%{_bindir}
60 install flexbackup.conf $RPM_BUILD_ROOT%{_sysconfdir}
61 install flexbackup.1 $RPM_BUILD_ROOT%{_mandir}/man1
62 install flexbackup.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc CHANGES CREDITS README TODO faq.html
70 %attr(755,root,root) %{_bindir}/flexbackup
71 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/flexbackup.conf
72 %{_mandir}/man?/*
This page took 0.064659 seconds and 3 git commands to generate.