]> git.pld-linux.org Git - packages/arnie.git/blob - arnie.spec
0dfdc2a8d186ace5263f9ba346469456125ccdfc
[packages/arnie.git] / arnie.spec
1 Summary:        Arnie - simple incremental backup system
2 Summary(pl):    Arnie - prosty system przyrostowych kopii zapasowych
3 Name:           arnie
4 Version:        1.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications
8 Source0:        http://furius.ca/downloads/arnie/%{name}-%{version}.tar.bz2
9 # Source0-md5:  ec7de82fd1ebb8bb7d3535308c2cee4b
10 URL:            http://furius.ca/arnie/
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 arnie is a tremendously simple system for performing incremental
16 backups to remote untrusted hosts, with support for encrypted files on
17 the remote host. While these scripts are simple and recent, they are
18 believed to be robust and are in active use on the author's own
19 servers, and are provided a comprehensive suite of tests to prove it.
20 In addition, the following features are provided:
21
22 - Automatically compress archives in gzip or bzip2 format;
23 - Automatically encrypt archives using a GnuPG key (specify the key Id
24   or name);
25 - Automatically send the archive file to a remote host using scp. This
26   is just a convenience: alternatively you can capture the name of the
27   archive and send it any way you like (ftp, other...);
28 - Tracks and restores permissions changes on directories and files;
29 - Works with empty directories;
30 - Works with symbolic links;
31 - An alternate location for the history file can be specified;
32 - Regexp patterns for excluding files in the backup can be provided;
33 - You can restore at any of the times the backups were made (the
34   restore script has an option);
35 - The archives are simply stored as GNU tar files, so you can open
36   them manually if so desired.
37
38 %description -l pl
39 arnie to bardzo prosty system do wykonywania przyrostowych kopii
40 zapasowych na zdalne, nie zaufane hosty z obs³ug± szyfrowanych plików
41 na zdalnym ho¶cie. Chocia¿ skrypty s± proste i ¶wie¿e, autorzy wierz±,
42 ¿e s± potê¿ne, s± aktywnie u¿ywane na w³asnych serwerach autorów, a
43 ponadto istnieje zestaw testów do udowodnienia tego. Ponadto dostêpne
44 s± nastêpuj±ce mo¿liwo¶ci:
45
46 - automatyczna kompresja archiwów w formacie gzip lub bzip2;
47 - automatyczne szyfrowanie archiwów przy u¿yciu klucza GnuPG (po
48   podaniu identyfikatora klucza lub nazwy);
49 - automatyczne wysy³anie pliku archiwum na zdalny host przy u¿yciu
50   scp; opcja tylko dla wygody - zamiast niej mo¿na przechwyciæ nazwê
51   archiwum i wys³aæ je w dowolnie wybrany sposób (np. ftp);
52 - ¶ledzenie i przywracanie zmian uprawnieñ na katalogach i plikach;
53 - dzia³anie z pustymi katalogami;
54 - dzia³anie z dowi±zaniami symbolicznymi;
55 - mo¿liwo¶æ podania alternatywnego po³o¿enia pliku historii;
56 - mo¿liwo¶æ u¿ycia wyra¿eñ regularnych do wy³±czania plików z kopii
57   zapasowych;
58 - mo¿liwo¶æ odtworzenia kopii zapasowych z dowolnej chwili;
59 - przechowywanie archiwów jako zwyk³ych plików GNU tar, dziêki czemu
60   mo¿na je otwieraæ rêcznie.
61  
62 %prep
63 %setup -q
64
65 %install
66 rm -rf $RPM_BUILD_ROOT
67 install -d $RPM_BUILD_ROOT%{_bindir}
68 install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
69 install bin/arnie-archive $RPM_BUILD_ROOT%{_bindir}/arnie-archive 
70 install bin/arnie-restore $RPM_BUILD_ROOT%{_bindir}/arnie-restore
71 install doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}
72
73 %clean
74 rm -rf $RPM_BUILD_ROOT
75
76 %files
77 %defattr(644,root,root,755)
78 %dir %{_docdir}/%{name}
79 %doc %{_docdir}/%{name}/*
80 %attr(755,root,root) %{_bindir}/*
This page took 0.072639 seconds and 2 git commands to generate.