SPECS: arnie.spec - pl
qboosh
qboosh at pld-linux.org
Mon Oct 3 16:57:55 CEST 2005
Author: qboosh Date: Mon Oct 3 14:57:55 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
---- Files affected:
SPECS:
arnie.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/arnie.spec
diff -u SPECS/arnie.spec:1.1 SPECS/arnie.spec:1.2
--- SPECS/arnie.spec:1.1 Sun Sep 25 06:44:38 2005
+++ SPECS/arnie.spec Mon Oct 3 16:57:49 2005
@@ -1,7 +1,6 @@
# $Revision$, $Date$
-
-Summary: Arnie
-Summary(pl): Arnie
+Summary: Arnie - simple incremental backup system
+Summary(pl): Arnie - prosty system przyrostowych kopii zapasowych
Name: arnie
Version: 1.1
Release: 0.1
@@ -10,66 +9,74 @@
Source0: http://furius.ca/downloads/arnie/%{name}-%{version}.tar.bz2
# Source0-md5: ec7de82fd1ebb8bb7d3535308c2cee4b
URL: http://furius.ca/arnie/
-#Requires: -
-#Obsoletes: -
-#Conflicts: -
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
arnie is a tremendously simple system for performing incremental
-backups to remote untrusted hosts, with support for encrypted
-files on the remote host. While our scripts are simple and recent,
-we believe they are robust and are in active use on the author's
-own servers, and we provide a comprehensive suite of tests to prove it.
-In addition, the following features are provided (see options):
+backups to remote untrusted hosts, with support for encrypted files on
+the remote host. While these scripts are simple and recent, they are
+believed to be robust and are in active use on the author's own
+servers, and are provided a comprehensive suite of tests to prove it.
+In addition, the following features are provided:
-* Automatically compress archives in gzip or bzip2 format;
-* Automatically encrypt archives using a GnuPG key (specify the key Id
+- Automatically compress archives in gzip or bzip2 format;
+- Automatically encrypt archives using a GnuPG key (specify the key Id
or name);
-* Automatically send the archive file to a remote host using scp. This
+- Automatically send the archive file to a remote host using scp. This
is just a convenience: alternatively you can capture the name of the
archive and send it any way you like (ftp, other...);
-* Tracks and restores permissions changes on directories and files;
-* Works with empty directories;
-* Works with symbolic links;
-* An alternate location for the history file can be specified;
-* Regexp patterns for excluding files in the backup can be provided;
-* You can restore at any of the times the backups were made (the
+- Tracks and restores permissions changes on directories and files;
+- Works with empty directories;
+- Works with symbolic links;
+- An alternate location for the history file can be specified;
+- Regexp patterns for excluding files in the backup can be provided;
+- You can restore at any of the times the backups were made (the
restore script has an option);
-* The archives are simply stored as GNU tar files, so you can open
+- The archives are simply stored as GNU tar files, so you can open
them manually if so desired.
%description -l pl
-
+arnie to bardzo prosty system do wykonywania przyrostowych kopii
+zapasowych na zdalne, nie zaufane hosty z obsługą szyfrowanych plików
+na zdalnym hoście. Chociaż skrypty są proste i świeże, autorzy wierzą,
+że są potężne, są aktywnie używane na własnych serwerach autorów, a
+ponadto istnieje zestaw testów do udowodnienia tego. Ponadto dostępne
+są następujące możliwości:
+
+- automatyczna kompresja archiwów w formacie gzip lub bzip2;
+- automatyczne szyfrowanie archiwów przy użyciu klucza GnuPG (po
+ podaniu identyfikatora klucza lub nazwy);
+- automatyczne wysyłanie pliku archiwum na zdalny host przy użyciu
+ scp; opcja tylko dla wygody - zamiast niej można przechwycić nazwę
+ archiwum i wysłać je w dowolnie wybrany sposób (np. ftp);
+- śledzenie i przywracanie zmian uprawnień na katalogach i plikach;
+- działanie z pustymi katalogami;
+- działanie z dowiązaniami symbolicznymi;
+- możliwość podania alternatywnego położenia pliku historii;
+- możliwość użycia wyrażeń regularnych do wyłączania plików z kopii
+ zapasowych;
+- możliwość odtworzenia kopii zapasowych z dowolnej chwili;
+- przechowywanie archiwów jako zwykłych plików GNU tar, dzięki czemu
+ można je otwierać ręcznie.
+
%prep
%setup -q
-%build
-
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
install -d $RPM_BUILD_ROOT%{_docdir}/%{name}
install bin/arnie-archive $RPM_BUILD_ROOT%{_bindir}/arnie-archive
install bin/arnie-restore $RPM_BUILD_ROOT%{_bindir}/arnie-restore
-install doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}/
-
+install doc/* $RPM_BUILD_ROOT%{_docdir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
-%pre
-
-%post
-
-%preun
-
-%postun
-
%files
%defattr(644,root,root,755)
-%dir %attr(755,root,root) %{_docdir}/%{name}
+%dir %{_docdir}/%{name}
%doc %{_docdir}/%{name}/*
%attr(755,root,root) %{_bindir}/*
@@ -79,8 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2005/10/03 14:57:49 qboosh
+- pl
+
Revision 1.1 2005/09/25 04:44:38 wolvverine
- initial
- NFY
-
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/arnie.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list