1 |
Summary: Makes the SME server a dedicated backup server |
Summary: A rsync-based backup program for linux, adapted to sme server 8 |
2 |
%define name smeserver-affa |
%define name smeserver-affa |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.0.0 |
%define version 3.2.2.3 |
5 |
%define release rc4 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
Vendor: Michael Weinberger <Michael.Weinberger@neddix.de> |
Vendor: Michael Weinberger <mweinber AT users DOT sourceforge DOT net> //// adaptation to sme-server Arnaud Guillaume <smeserver-affa AT guedel DOT eu> |
9 |
License: GNU General Public License |
License: GNU General Public License |
10 |
Group: Applications/Archiving |
Group: Applications/Archiving |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
13 |
BuildArch: noarch |
BuildArch: noarch |
14 |
AutoReq: no |
AutoReq: no |
15 |
Requires: smeserver-release >= 7.3 |
Requires: openssh-clients |
16 |
Requires: rsync >= 3.0.4 |
Requires: perl-Config-IniFiles |
17 |
Requires: perl-Filesys-DiskFree |
Requires: perl-Filesys-DiskFree |
18 |
Requires: perl-Compress-Bzip2 |
Requires: perl-MailTools |
19 |
BuildRequires: e-smith-devtools |
Requires: perl-Proc-ProcessTable |
20 |
|
Requires: perl-TimeDate |
21 |
|
Requires: rsync |
22 |
|
|
23 |
|
Patch1: smeserver-affa-fix-typo_rise_smb_diskusage.patch |
24 |
|
Patch2: smeserver-affa-fix-ssh-port.patch |
25 |
|
Patch3: smeserver-affa-fix-blanks-conf.patch |
26 |
|
|
27 |
%description |
%description |
28 |
http://wiki.contribs.org/Affa |
Affa is a rsync-based backup program |
29 |
http://wiki.contribs.org/Backup_of_ESXi_Virtual_Machines_using_Affa |
Documentation: http://affa.sf.net |
30 |
|
with SMEServer + RPMCheck + Watchdog + rise |
31 |
|
|
32 |
%prep |
%prep |
33 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
34 |
|
%patch1 -p1 |
35 |
|
%patch2 -p1 |
36 |
|
%patch3 -p1 |
37 |
|
|
38 |
%build |
%build |
39 |
|
|
40 |
%install |
%install |
41 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
42 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
43 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ;find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
44 |
|
|
|
perl createlinks $RPM_BUILD_ROOT |
|
45 |
|
|
46 |
# Set version String |
# Set version String |
47 |
cp -a $RPM_BUILD_ROOT/sbin/e-smith/affa $RPM_BUILD_ROOT/sbin/e-smith/affa.tmp |
cp -a $RPM_BUILD_ROOT/sbin/affa $RPM_BUILD_ROOT/sbin/affa.tmp |
48 |
VERSIONSTRING=%{version}-`echo %{release}|sed -e 's/\..*$//'` |
VERSIONSTRING=%{version}-`echo %{release}|sed -e 's/\..*$//'` |
49 |
sed -e "s/my \$VERSION.*;/my \$VERSION='$VERSIONSTRING';/" < $RPM_BUILD_ROOT/sbin/e-smith/affa.tmp > $RPM_BUILD_ROOT/sbin/e-smith/affa |
sed -e "s/my \$VERSION.*;/my \$VERSION='$VERSIONSTRING';/" < $RPM_BUILD_ROOT/sbin/affa.tmp > $RPM_BUILD_ROOT/sbin/affa |
50 |
rm -f $RPM_BUILD_ROOT/sbin/e-smith/affa.tmp |
rm -f $RPM_BUILD_ROOT/sbin/affa.tmp |
51 |
|
|
52 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
53 |
|
|
54 |
find $RPM_BUILD_ROOT -depth -type f -print |\ |
find $RPM_BUILD_ROOT -depth -type f -print |\ |
55 |
sed -e "s@^$RPM_BUILD_ROOT@@g" \ |
sed -e "s@^$RPM_BUILD_ROOT@@g" \ |
56 |
-e "s@^/sbin/e-smith/@%attr(0750,root,root) &@"\ |
-e "s@^/sbin/@%attr(0750,root,root) &@"\ |
|
-e "s@^/usr/lib/perl5/@%attr(0644,root,root) &@"\ |
|
57 |
-e "s@^/etc/profile.d/@%attr(0555,root,root) &@"\ |
-e "s@^/etc/profile.d/@%attr(0555,root,root) &@"\ |
58 |
-e "s@^/etc/e-smith/templates/@%attr(0644,root,root) &@"\ |
-e "s@^/etc/sudoers.d/@%attr(0440,root,root) &@"\ |
59 |
-e "s@^/usr/lib/affa/COPYING@%attr(0444,root,root) &@"\ |
-e "s@^/etc/cron.d/@%attr(0444,root,root)%config(noreplace) &@"\ |
60 |
-e "s@^/usr/lib/affa/@%attr(0750,root,root) &@"\ |
-e "s@^/usr/lib/affa/LICENSE@%attr(0444,root,root) &@"\ |
61 |
|
-e "s@^/usr/lib/affa/WARRANTY@%attr(0444,root,root) &@"\ |
62 |
|
-e "s@^/usr/man/man1/@%attr(0444,root,root) &@"\ |
63 |
|
-e "s@^/etc/affa/scripts/@%attr(0750,root,root)%config(noreplace) &@"\ |
64 |
|
-e "s@^/etc/affa/@%attr(0640,root,root)%config(noreplace) &@"\ |
65 |
>> %{name}-%{version}-filelist |
>> %{name}-%{version}-filelist |
66 |
|
|
67 |
|
|
68 |
|
find $RPM_BUILD_ROOT -depth -type d -print |\ |
69 |
|
sed -e "s@^$RPM_BUILD_ROOT@%dir @g" >> %{name}-%{version}-filelist |
70 |
|
|
71 |
find $RPM_BUILD_ROOT -depth -type l -print |\ |
find $RPM_BUILD_ROOT -depth -type l -print |\ |
72 |
sed "s@^$RPM_BUILD_ROOT@@g" >> %{name}-%{version}-filelist |
sed "s@^$RPM_BUILD_ROOT@@g" >> %{name}-%{version}-filelist |
73 |
|
|
74 |
%clean |
%clean |
75 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
|
exit 0 |
|
|
|
|
76 |
|
|
77 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
78 |
%defattr(-,root,root) |
%defattr(-,root,root) |
79 |
|
|
80 |
|
%pre |
81 |
|
exit 0 |
82 |
|
|
83 |
|
%post |
84 |
|
exit 0 |
85 |
|
|
86 |
|
%preun |
87 |
|
exit 0 |
88 |
|
|
89 |
|
%postun |
90 |
|
exit 0 |
91 |
|
|
92 |
%changelog |
%changelog |
93 |
* Sun Jan 25 2009 Michael Weinberger 2.0.0-rc4 |
*Fri Aug 19 2016 Arnaud Guillaume <smeserver-affa@guedel.eu> 3.2.2.3-5.sme |
94 |
Bugfix: --send-status was broken |
- Fix issue due to blank characters into file /etc/affa/job.conf [SME: 9449] |
95 |
Added disk usages to Success Message |
|
96 |
|
* Fri Aug 19 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 3.2.2.3-4.sme |
97 |
* Fri Jan 23 2009 Michael Weinberger 2.0.0-rc3 |
- Fix ssh port [SME: 8904] |
98 |
Bugfix: --mailtest: mail from remote watchdog was not sent |
|
99 |
|
* Wed Mar 23 2016 Arnaud Guillaume <affa@guedel.eu> 3.2.2.3-3.sme |
100 |
* Sun Jan 10 2009 Michael Weinberger 2.0.0-rc2 |
- Fix use of uninitialized value $1 in concatentation (.) or string at /sbin/affa/ line 4059 [SME: 9139] |
101 |
- Workaround to catch Dropbear rsync errors (ESXi Mode) |
- Fix Inconsistent smb.conf when samba share option set to "yes" [SME: 9298] |
102 |
|
- Fix affa --diskusage does not umount attached storage [SME: 9147] |
103 |
* Sun Jan 04 2009 Michael Weinberger 2.0.0-rc1 |
- Fix typos in config files (John Crisp <jcrisp@safeandsoundit.co.uk> 29.01.2016) [SME: 9094] |
104 |
- no changes |
|
105 |
|
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-2.sme |
106 |
* Fri Jan 02 2009 Michael Weinberger 2.0.0-beta21 |
- Initial release to contribs8 |
107 |
- show last execution time in --show-schedule |
|
108 |
|
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.2.3-1 |
109 |
* Thu Jan 01 2009 Michael Weinberger 2.0.0-beta20 |
- fixed column ExecTime shift |
110 |
- Fixed calculation of compression rate in chunkfile() |
- Adjusted column indices in report |
111 |
- Changed format of --list-archives output: added Exec Time and Bytes received |
- Fixed typo in remoteHostName [SME: 9062] |
112 |
- Changed format of --status: added Exec Time, removed Disk usage |
- Code done by mats schuh <m.schuh@neckargeo.net> |
113 |
- Output formatted table in --disk-usage |
|
114 |
- added --debug CLI switch |
* Tue Jan 13 2015 mats schuh <m.schuh@neckargeo.net> 3.2.2.2-1 |
115 |
|
- Added TotalBytesSent to archive reports and fixed report layout |
116 |
|
|
117 |
* Tue Dec 30 2008 Michael Weinberger 2.0.0-beta19 |
* Sun Dec 07 2014 Arnaud Guillaume 3.2.2.2 |
118 |
- Retry feature added, new props RetryAfter,RetryAttempts and RetryNotification |
- integration of the patch of Mats Schuh in order to enable check for external disk label before unmount |
119 |
- Dependency rsync >= 3.0.4 added to spec file |
* Sat Aug 23 2014 Arnaud Guillaume 3.2.2.1 |
120 |
- Append job status on testmail (because spam filter on receiver site) |
- adapted to the new release of rsync (bug by calculating the number and the size of the transfered files) |
121 |
- log total execution time |
* Sat Apr 05 2014 Arnaud Guillaume 3.2.2.0 |
122 |
|
- first adaptation for sme server8 |
123 |
* Fri Dec 26 2008 Michael Weinberger 2.0.0-beta18 |
* Sun Mar 04 2012 Michael Weinberger 3.2.2 |
124 |
- bugfix check-connections: in ssh check in rsyncd mode |
- Improved NRPE and sudoers config |
125 |
- Bug 4888 fixed: escape single quotes in source dir names |
- Fixed bug in DiskUsageRaw() |
126 |
- Bug 4882 fixed: LVM mapped devices |
- Added NRPE command affa_diskusagenrpe |
127 |
|
* Fri Mar 02 2012 Michael Weinberger 3.2.1 |
128 |
* Fri Dec 19 2008 Michael Weinberger 2.0.0-beta17 |
- Bugfix: command_prefix definiton was not added to /etc/nagios/affa-nrpe.cfg |
129 |
- dont chunk ESXi vmdk files in linkdest archive that will be deleted afterwards |
* Thu Mar 01 2012 Michael Weinberger 3.2.0 |
130 |
- show disk usage at time at job run in --status |
- Bugfix: remoteRsyncBinary and localRsyncBinary was not used |
131 |
- new option --disk-usage shows current disk usage of all Root Dirs |
* Sun Feb 26 2012 Michael Weinberger 3.1.7 |
132 |
- Bug 4852 fixed |
- Bugfixes in showSchedule() |
133 |
- Modifications to allow backup of specific files (Bug 4853) |
* Sun Feb 26 2012 Michael Weinberger 3.1.6 |
134 |
|
- added ICINGA/Nagios auto-configuration |
135 |
* Thu Dec 11 2008 Michael Weinberger 2.0.0-beta16 |
* Fri Feb 24 2012 Michael Weinberger 3.1.4 |
136 |
- shorten command line of rsync command when syncing ESXi VM. Dropbear has limits |
- do not show Dedup interrupted in --status after the very first run |
137 |
|
- improved --nrpe function |
138 |
* Wed Dec 10 2008 Michael Weinberger 2.0.0-beta15 |
- added script yum_install_packages.sh |
139 |
- chunk feature now working for all job types |
* Tue Oct 11 2011 Michael Weinberger 3.1.3 |
140 |
- new property chunkFiles |
- MINOR IMPROVEMENTS |
141 |
- new options --chunk-archive and --unchunk-archive |
--send-key: mkdir of RemoteAuthorizedKeysFile. Avoid errors if dir does not exist |
142 |
|
--log-tail: show last rotated if current log is empty or too short |
143 |
* Mon Dec 08 2008 Michael Weinberger 2.0.0-beta14 |
--check-conncetions: allow jobs as arguments |
144 |
- --delete-job: Delete logfile |
* Sun Aug 29 2011 Michael Weinberger 3.1.2 |
145 |
- samba template for Affa archives |
- Bugfix: postJobCommand and postJobCommandRemote were not executed |
146 |
- Bugfix: snapshot was removed to early. Wrong vmx file copied |
* Sat Aug 13 2011 Michael Weinberger 3.1.1 |
147 |
- disabled chunk feature for now. Needs more testing |
- process state 'rsync interrupted' and 'dedup interrupted' |
148 |
|
- --resume-interrupted |
149 |
* Sun Dec 07 2008 Michael Weinberger 2.0.0-beta12 |
- resume interrupted jobs after server boot |
150 |
- using perl Compress::Bzip2 |
* Sun Aug 07 2011 Michael Weinberger 3.1.0-1 |
151 |
|
- introduced status 'interrupted'(with --status) |
152 |
* Sat Dec 06 2008 Michael Weinberger 2.0.0-beta11 |
* Fri Aug 05 2011 Michael Weinberger 3.1.0-0 |
153 |
- replaced gzip by bzip2 as gzip inserts timestamps |
- Release of 3.1.0 |
154 |
|
* Thu Aug 04 2011 Michael Weinberger 3.0.2-14 |
155 |
* Wed Dec 04 2008 Michael Weinberger 2.0.0-beta10 |
- de-duplicate, execPreJobCommand and execPostJobCommand only on scheduled run |
156 |
- bugfixes |
- removed Command arg from sample scripts |
157 |
|
- Fixed: Concatenated config in /tmp was world readable |
158 |
* Wed Dec 04 2008 Michael Weinberger 2.0.0-beta09 |
- De-duplication info added to --show-schedule |
159 |
- chunk and compress vmdk files |
* Tue Aug 02 2011 Michael Weinberger 3.0.2-6 |
160 |
|
- De-Duplication (freedup) |
161 |
* Thu Nov 27 2008 Michael Weinberger 2.0.0-beta08 |
- De-Dup info in --status and --list-archives |
162 |
- allow special characters in VM name and pathes |
- --status: only show enabled jobs. All with --all |
163 |
|
- Fix: property globalStatus was not working |
164 |
* Tue Nov 11 2008 Michael Weinberger 2.0.0-beta07 |
- Running state rsync or de-deduplicating display in --status |
165 |
- New Dropbear Version 0.51 did not work stable. Stay with original 0.49 and th exit status bug |
- Show de-deduplicating busy in --list-archives for scheduled.0 |
166 |
- Modified Affa to not to check exit status of ssh and rsync command |
- new property dedupKill. When set no, --kill does not kill a job when de-duplicating |
167 |
|
- new option --show-property |
168 |
* Sat Nov 08 2008 Michael Weinberger 2.0.0-beta06 |
|
169 |
- FIXED: rsync did not work for VM with blanks in name |
* Wed Jul 27 2011 Michael Weinberger 3.0.1-7 |
170 |
- SSH exit codes now checked as Dropbear 0.51 is used on ESX3i host |
- Bug fixes: RemoteUser was not always used in ssh commands |
171 |
|
|
172 |
* Tue Nov 04 2008 Michael Weinberger 2.0.0-beta05 |
* Sun Jul 24 2011 Michael Weinberger 3.0.1-6 |
173 |
- log msg and exit if VI Pert Tool Kit installed |
- fixed bug in affa --status |
174 |
- Fixed: in job sample scripts create affa db if not exists |
- GlobalAffaConfig was mounted as Samba share |
175 |
|
- call setupSamba() only in cronSetup() |
176 |
* Tue Nov 04 2008 Michael Weinberger 2.0.0-beta04 |
- updated man |
177 |
- Allow setups with dailyKeep=0, weeklyKeep=0, monthlyKeep=0 or yearlyKeep=0 |
|
178 |
- Fixed: Yearly archives not listed in --status and --list-archives |
* Sat Jul 23 2011 Michael Weinberger 3.0.1-5 |
179 |
|
- new key NRPEtrigger |
180 |
* Mon Nov 03 2008 Michael Weinberger 2.0.0-beta03 |
- full affa path required when starting re-run from cronjob |
181 |
- cleaner logging of VI API errors |
- improved deletion of shift out archives, --delete-job and --cleanup |
182 |
- backing up ESXi server config and root home dir |
- added --single-transaction to /etc/affa/scripts/mysql-dump-tables |
|
- Checking VI API connect in --check-connections |
|
|
|
|
|
* Sun Nov 02 2008 Michael Weinberger 2.0.0-beta02 |
|
|
- Fixed: Log file excerpt was not appened to Email. |
|
|
- Fixed: checkConnection() did not work for ESXi |
|
|
- Fixed: ssh find command did not use the HostKeyAlias option |
|
|
- Catch die from VI Toolkit |
|
|
- Close VI API session while rsyncing |
|
|
|
|
|
* Fri Oct 31 2008 Michael Weinberger 2.0.0-beta01 |
|
|
- ESXi support added |
|
|
|
|
|
* Tue May 27 2008 Michael Weinberger 1.0.0-3 |
|
|
Re-added type 'desktop' to pre-backup event for SME6 compatibility |
|
|
* Tue Apr 22 2008 Michael Weinberger 1.0.0-2 |
|
|
Bug fix #4210, command "affa --show-schedule" executes postJobCommand |
|
|
* Fri Apr 04 2008 Michael Weinberger 1.0.0-1 |
|
|
Final release |
|
|
man page updated |
|
|
* Fri Apr 04 2008 Michael Weinberger 0.10.0-2 |
|
|
added --all option to --rise |
|
|
* Mon Mar 10 2008 Michael Weinberger 0.10.0-1 |
|
|
Increased release number |
|
|
Added 10 sec timeout in Net::DNS::Resolver->search |
|
|
* Mon Mar 10 2008 Michael Weinberger 0.9.0-11 |
|
|
Specfile fix |
|
|
* Mon Mar 10 2008 Michael Weinberger 0.9.0-10 |
|
|
Delete locally created watchdog file after remotecopy |
|
|
Bugfix 4035 |
|
|
Added default AutoUnmount property to sample script |
|
|
Fix man page |
|
|
Do not delete md5sum in --create-backup-file when verify is skipped by user |
|
|
Set lock in --create-backup-file |
|
|
* Sun Mar 09 2008 Michael Weinberger 0.9.0-9 |
|
|
trap signals in --create-backup-file |
|
|
* Sat Mar 08 2008 Michael Weinberger 0.9.0-8 |
|
|
Permissions in /usr/lib/affa |
|
|
* Sat Mar 08 2008 Michael Weinberger 0.9.0-7 |
|
|
md5sum in --create-backup-file |
|
|
* Fri Mar 07 2008 Michael Weinberger 0.9.0-6 |
|
|
Added option --create-backup-file |
|
|
Using line number as error code in affaErrorExit() |
|
|
Fixed /etc/profile.d/affa.sh |
|
|
|
|
|
* Mon Mar 03 2008 Michael Weinberger 0.9.0-5 |
|
|
- delete new style Dovecot's index files dovecot.index* |
|
|
- delete dovecot index files on remote server in --full-restore |
|
|
|
|
|
* Fri Feb 29 2008 Michael Weinberger 0.9.0-4 |
|
|
set localhost as default remoteHostName in /etc/e-smith/templates//etc/cron.d/affa/00jobs |
|
|
|
|
|
* Wed Feb 27 2008 Michael Weinberger 0.9.0-3 |
|
|
removed %post from spec file |
|
|
|
|
|
* Sat Feb 02 2008 Michael Weinberger 0.9.0-2 |
|
|
Bugfix: Report db was not deleted in deleteJob() |
|
|
don't use -q on ssh commands with Debug=yes |
|
|
|
|
|
* Fri Feb 1 2008 Shad L. Lords <slords@mail.com> 0.9.0-1 |
|
|
- Fix specfile for building in new buildsystem |
|
|
|
|
|
* Fri Jan 18 2008 Michael Weinberger |
|
|
Version 0.9.0 |
|
|
Bugfix: run cronSetup() after job delete |
|
|
Throw error if nothing was backed up (empty archive) |
|
|
Added rsyncd support for backing up Windows/Cygwin |
|
|
Added option and property remoteOS. Which remoteOS=cgywin the |
|
|
send key and revoke key functions use the right path to the |
|
|
authorized_keys2 file and login as user Administrator |
|
|
|
|
|
* Sat Dec 29 2007 Michael Weinberger |
|
|
Version 0.8.1 |
|
|
Automount Bugfix [Bug 3165]: Only exit with error on mount failure |
|
|
when in backup run. Otherwise log the error and continue. |
|
|
|
|
|
* Thu Dec 20 2007 Michael Weinberger |
|
|
Version 0.8.0 |
|
|
added bash completion script |
|
|
added option --kill JOB |
|
|
improved INT and TERM signal handling |
|
|
replaced all scp commands by rsync |
|
|
added poperty BandwidthLimit (unit KBytes/sec) |
|
|
each job write its own known hosts entry using ssh option HostKeyAliasOption |
|
|
affa --send-key w/o arguments sends the keys for all jobs |
|
|
removed Property StrictHostKeyChecking |
|
|
UPDATE FROM VERSIONS<8: run the command 'affa --send-key' to generate |
|
|
the known hosts entries for all jobs |
|
|
|
|
|
* Wed Dec 12 2007 Michael Weinberger |
|
|
Version 0.7.0 |
|
|
Modified logging: Job run logs to /var/log/affa/JOBNAME.log, all other |
|
|
to /var/log/affa/affa.log |
|
|
Bugfix: Check error status of --send-key and --revoke-key |
|
|
New: Options --show-schedule |
|
|
Modified: Option --list-archives now accepts multiple args or none |
|
|
Fix: install watchdog on source server before every run not only scheduled, |
|
|
to avoid watchdog triggered if a non-scheduled run take to long time. |
|
|
|
|
|
* Wed Nov 28 2007 Michael Weinberger |
|
|
Version 0.6.8 |
|
|
Bugfix: Automount was done too late. Daily backup never ran. |
|
|
|
|
|
* Wed Nov 21 2007 Michael Weinberger |
|
|
Version 0.6.7 |
|
|
Bugfix: Size and No. of files were not shown in --status |
|
|
Improved deleting of directories |
|
|
added --check-connections option |
|
|
Increased width of job column in --stats table |
|
|
|
|
|
* Sun Nov 11 2007 Michael Weinberger |
|
|
Version 0.6.6 |
|
|
Property rsync--modify-window added |
|
|
Modified recursive deleting directories |
|
|
|
|
|
* Wed Nov 07 2007 Michael Weinberger |
|
|
Version 0.6.5 |
|
|
ssh options added to scp commands |
|
|
added post-backup event |
|
|
|
|
|
* Wed Aug 08 2007 Michael Weinberger |
|
|
Version 0.6.4 |
|
|
delete dovcot index files after a --rise |
|
|
|
|
|
* Thu Jul 05 2007 Michael Weinberger |
|
|
Version 0.6.3 |
|
|
Bugfix: with RPMCheck=yes the affa-rpmlist was not found in the |
|
|
archive. Wrong path to schedule.0 instead of scheduled.running. |
|
|
Side effect of changes in version 0.5.0. [Bug 3128] |
|
|
|
|
|
* Tue Jul 03 2007 Michael Weinberger |
|
|
Version 0.6.2 |
|
|
Bugfix: Filesys::DiskFree requires $ENV{LANG}="en_US" [Bug 3119] |
|
|
Bug reported to bug-Filesys-DiskFree [at] rt.cpan.org |
|
|
|
|
|
* Mon Jun 25 2007 Michael Weinberger |
|
|
Version 0.6.1 |
|
|
Fix 3080 was not applied. |
|
|
|
|
|
* Mon Jun 18 2007 Michael Weinberger |
|
|
Version 0.6.0 |
|
|
- Replaced Filesys::DiskSpace by Filesys::DiskFree as the latter |
|
|
supports CIFS file system |
|
|
- using Filesys::DiskFree->mount and ->device instead of scanning /proc/mounts |
|
|
- mkdir RootDir only on job run to avoid making it in an unmounted mountpoint |
|
|
|
|
|
* Mon Jun 18 2007 Michael Weinberger |
|
|
Version 0.5.2 |
|
|
- Sending ssh key failed. When grep returned an error |
|
|
the mv command was not executed. Using ';' instead of '&&' |
|
|
for chaining commands. [Bug 3080] |
|
|
- /root/.ssh/authorized_keys2: No such file or directory warning. |
|
|
Run a touch to guarantee, that the file exists. [Bug 3080] |
|
|
- same issue with --revoke-key |
|
|
|
|
|
* Thu Jun 14 2007 Michael Weinberger |
|
|
Version 0.5.1 |
|
|
- Bugfix automount: getStatus() unmounts the device while a job is running |
|
|
- Status table: Last=never, if there are no archives at all |
|
|
|
|
|
* Tue Jun 12 2007 Michael Weinberger |
|
|
Version 0.5.0 |
|
|
- New property AutomountOptions |
|
|
- status table: grouped disabled jobs. Show Last='-' for disabled jobs |
|
|
instead of 'failed' |
|
|
- unlink lockfile in getLock() |
|
|
- Changes to improve robustness in case of network outage: |
|
|
- writing to a temporary archive scheduled.running and linkdest |
|
|
against the latest existing archive (usually scheduled.0). Then |
|
|
shift archives and rename scheduled.running to scheduled.0 |
|
|
- scheduledKeep=1 is now allowed |
|
|
- also check connection in daily,weekly etc., not only in scheduled run |
|
|
- don't run daily, weekly, monthly or yearly, when scheduled.0 doesn't exist. |
|
|
- new option --revoke-key |
|
|
- added optional option --revoke-key to --delete-job |
|
|
- avoid multiple adding public key to authorized_keys2 on source server |
|
|
|
|
|
* Wed Jun 06 2007 Michael Weinberger |
|
|
Version 0.4.7 |
|
|
- use StrictHostKeyChecking=no in sendKeys() |
|
|
|
|
|
* Tue Jun 05 2007 Michael Weinberger |
|
|
Version 0.4.6 |
|
|
- mailtest: Send also a testmail from the remotehost, when property Watchdog=yes |
|
|
- removed useless code in mailTestWatchdogRemote() |
|
|
|
|
|
* Mon Jun 04 2007 Michael Weinberger |
|
|
Version 0.4.5 |
|
|
write job config file to the archive dir |
|
|
|
|
|
* Thu May 31 2007 Michael Weinberger |
|
|
Version 0.4.4 |
|
|
- added property StrictHostKeyChecking (ssh option) |
|
|
- string comparison instead of numric for $job{'doneYearly'} ne $thisYear etc. |
|
|
|
|
|
* Wed May 30 2007 Michael Weinberger |
|
|
Version 0.4.3 |
|
|
- Minor bugfixes: |
|
|
calculation of RootDirFilesystemUsage in .AFFA-REPORT |
|
|
improved error handling with rsync status and df in DiskspaceWarn() |
|
|
|
|
|
* Thu May 29 2007 Michael Weinberger |
|
|
- Version 0.4.2 |
|
|
Infinite loop in execPostJobCommand() if command could not be executed: |
|
|
Don't call execPostJobCommand() in affaErrorExit() if err==115 |
|
|
- RPMCheck property was ignored |
|
|
- added Property chattyOnSuccess |
|
|
- modified jobconfig-sample.pl to preserve 'doneDaily','doneWeekly', |
|
|
'doneMonthly','doneYearly' and 'chattyOnSuccess' |
|
|
- write error codes of affaErrorExit() to log |
|
|
|
|
|
* Thu May 24 2007 Michael Weinberger |
|
|
- Version 0.4.1 |
|
|
- fixed bug in disk usage calculation |
|
|
|
|
|
* Tue May 22 2007 Michael Weinberger |
|
|
- Version 0.4.0 |
|
|
- added option --rename-job |
|
|
- changed syntax of --send-keys |
|
|
- added option --move-archive |
|
|
|
|
|
* Sun May 20 2007 Michael Weinberger |
|
|
- Version 0.3.3 |
|
|
- rebuild cronjobs after rise/undorise |
|
|
- ignore job of own backup, when creating cronjobs (job appears after a rise run) |
|
|
|
|
|
* Sun May 20 2007 Michael Weinberger |
|
|
- Version 0.3.2 |
|
|
- man: added sshPort propperty |
|
|
- chdir /tmp to avoid cwd warnings when the cwd disappears while |
|
|
running rise or undo rise |
|
|
- bugfix: undorise() did not found own backup archive. Was searching for a wrong name |
|
|
|
|
|
* Wed May 16 2007 Michael Weinberger |
|
|
- Version 0.3.1 minor bugfixes |
|
|
- checkCrossFS() did not work (used in --rise) |
|
|
- jobconfig-sample.pl: deleting record before setting props |
|
|
- Perl errors with --status before a job run |
|
|
|
|
|
* Thu May 10 2007 Michael Weinberger |
|
|
- Version 0.3.0 |
|
|
- man page completed |
|
|
- mark archives with indices > keep setting with '*' in --list-acrchive output |
|
|
- Option --delete-job |
|
|
- Option --cleanup |
|
|
- added --job=JOB alternative to --send-keys |
|
|
|
|
|
* Wed May 09 2007 Michael Weinberger |
|
|
- Version 0.2.0 |
|
|
- added --mailtest option |
|
|
|
|
|
* Tue May 08 2007 Michael Weinberger |
|
|
- Version 0.1.5 |
|
|
- improved --status output |
|
|
- removed options --report and --send-report |
|
|
- added option --show-archives |
|
|
- added --csv for status and show-archives output in CSV format |
|
|
- added property 'sshPort' |
|
|
|
|
|
* Mon May 07 2007 Michael Weinberger |
|
|
- Version 0.1.4 |
|
|
- don't install the remote watchdog, when remotehost is eq localhost |
|
|
- improved check for remoteHostName eq localhost using DNS |
|
|
- ssh -o PasswordAuthentication=no in checkConnection() |
|
|
- added --full-restore |
|
|
- missing check for HOSTNAME argument in --send-keys added |
|
|
improved error check |
|
|
- prevent run of --rise of localhost from own backup |
|
|
|
|
|
* Mon Apr 30 2007 Michael Weinberger |
|
|
- Version 0.1.3 |
|
|
modified 'use constant* syntax in watchdog script for compatibility |
|
|
with perl 5.6 on SME6 |
|
|
|
|
|
* Fri Apr 27 2007 Michael Weinberger |
|
|
- Version 0.1.2 |
|
|
Bugfix: Preserve of ethernet driver setting with --rise did not work. |
|
|
Also preserve NIC bonding. |
|
|
|
|
|
* Mon Apr 23 2007 Michael Weinberger |
|
|
- Version 0.1.1 |
|
|
scheduledKeep must be>=2 for --link-dest |
|
|
set scheduledKeep to 2 if <2 |
|
|
- get lastrun date from affa-report rather than from report file |
|
|
- added auto mount function |
|
|
- added AutomountDevice and AutomountPoint to jobconfig-sample.pl |
|
|
|
|
|
* Wed Apr 18 2007 Michael Weinberger |
|
|
- Version 0.0.8 |
|
|
dont die if report db does not exist |
|
|
|
|
|
* Wed Apr 18 2007 Michael Weinberger |
|
|
- Version 0.0.7 |
|
|
run checkConnection() only for scheduled backups |
|
|
added Size and Disk usage information to --status |
|
|
|
|
|
* Tue Apr 17 2007 Michael Weinberger |
|
|
- Version 0.0.7 |
|
|
print Servername in --status output |
|
|
|
|
|
* Thu Apr 12 2007 Michael Weinberger |
|
|
- Version 0.0.5 |
|
|
fixed calculation of lastrun-now |
|
|
|
|
|
* Thu Apr 12 2007 Michael Weinberger |
|
|
- Version 0.0.4 |
|
|
- added --send-status plus templates |
|
|
- fixed format error of times in affa --status |
|
|
- show 'failed', if lastrun is older 1 day in affa --status |
|
|
- fixed typo. default status=disabled (was disable) |
|
|
|
|
|
* Fri Apr 06 2007 Michael Weinberger |
|
|
- Version 0.0.3 |
|
|
- watchdog reminder was not deleted on soure |
|
|
- wrong version mismatch list in rpm compare |
|
183 |
|
|
184 |
* Thu Apr 05 2007 Michael Weinberger |
* Wed Jul 20 2011 Michael Weinberger 3.0.0-0 |
185 |
- added 'rsync--inplace' property |
- generic linux version made from Affa 2.0 (SME Version) |
186 |
|
|
187 |
* Mon Apr 02 2007 Michael Weinberger |
* Mon Apr 02 2007 Michael Weinberger |
188 |
- initial release |
- bash version re-written in Perl |
189 |
|
|