1 |
Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10 |
Summary: A rsync-based backup program for linux, adapted to Koozali SME server 10 |
2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 3.3.1 |
%define version 4.0 |
5 |
%define release 11 |
%define release 1 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
24 |
Requires: perl-Proc-ProcessTable |
Requires: perl-Proc-ProcessTable |
25 |
Requires: perl-TimeDate |
Requires: perl-TimeDate |
26 |
Requires: perl-List-MoreUtils |
Requires: perl-List-MoreUtils |
27 |
Requires: rsync |
Requires: rsync >= 3.1.2-11 |
28 |
|
|
29 |
Patch1: smeserver-affa-add-some-systemd-support.patch |
|
30 |
Patch2: smeserver-affa-change-host-domain.patch |
#Patch1: smeserver-affa-add-some-systemd-support.patch |
31 |
Patch3: smeserver-affa-change_to_rsa_keys.patch |
#Patch2: smeserver-affa-change-host-domain.patch |
32 |
Patch4: smeserver-affa-update-ssh-keys-links.patch |
#Patch3: smeserver-affa-change_to_rsa_keys.patch |
33 |
Patch5: smeserver-affa-fix-config-directory-name-spaces.patch |
#Patch4: smeserver-affa-update-ssh-keys-links.patch |
34 |
Patch6: smeserver-affa-fix-reporting-error.patch |
#Patch5: smeserver-affa-fix-config-directory-name-spaces.patch |
35 |
Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch |
#Patch6: smeserver-affa-fix-reporting-error.patch |
36 |
Patch8: smeserver-affa-fix-reporting-error-syntax.patch |
#Patch7: smeserver-affa-fix-ssh-knownhosts-error.patch |
37 |
Patch9: smeserver-affa-fix-reporting-error-2.patch |
#Patch8: smeserver-affa-fix-reporting-error-syntax.patch |
38 |
Patch10: smeserver-affa-fix-reporting-error-3.patch |
#Patch9: smeserver-affa-fix-reporting-error-2.patch |
39 |
|
#Patch10: smeserver-affa-fix-reporting-error-3.patch |
40 |
|
|
41 |
%description |
%description |
42 |
Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net |
Affa is a rsync-based backup program for SMEServer + RPMCheck + Watchdog + rise. Documentation: http://affa.sf.net |
45 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
46 |
|
|
47 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
48 |
%patch1 -p1 |
#%patch1 -p1 |
49 |
%patch2 -p1 |
#%patch2 -p1 |
50 |
%patch3 -p1 |
#%patch3 -p1 |
51 |
%patch4 -p1 |
#%patch4 -p1 |
52 |
%patch5 -p1 |
#%patch5 -p1 |
53 |
%patch6 -p1 |
#%patch6 -p1 |
54 |
%patch7 -p1 |
#%patch7 -p1 |
55 |
%patch8 -p1 |
#%patch8 -p1 |
56 |
%patch9 -p1 |
#%patch9 -p1 |
57 |
%patch10 -p1 |
#%patch10 -p1 |
58 |
|
|
59 |
%build |
%build |
60 |
# perl createlinks << if required |
# perl createlinks << if required |
104 |
exit 0 |
exit 0 |
105 |
|
|
106 |
%changelog |
%changelog |
107 |
|
* Fri Apr 21 2023 John Crisp <jcrisp@safeandsoundit.co.uk>4.0-1.sme |
108 |
|
- Update to v4 |
109 |
|
- Accomodate latest rsync to user@i.p.ad.dress:// format |
110 |
|
- Rewrite the include and exclude routines |
111 |
|
- Fix multiple small bugs |
112 |
|
- Fix restore of selected backup or rise e.g daily.3 or monthly.1 |
113 |
|
- Add --cli-debug option |
114 |
|
- Add --link-dest check in rise |
115 |
|
|
116 |
* Tue Jul 05 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-11 |
* Tue Jul 05 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 3.3.1-11 |
117 |
- Update Regex to help clean out rsyncd.motd messages [SME: 12084] |
- Update Regex to help clean out rsyncd.motd messages [SME: 12084] |
118 |
|
|