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