Logoj0ke.net Open Build Service > Projects > server:backup > automysqlbackup > Changes
Sign Up | Log In

Changes of Revision 35

[-] Changed automysqlbackup.spec
x
 
1
@@ -36,7 +36,7 @@
2
 
3
 %prep
4
 %setup -c -T
5
-cp %{S:0} $RPM_BUILD_DIR/%{name}-%{version}/%{name}-2.6.4.sh
6
+cp %{S:0} $RPM_BUILD_DIR/%{name}-%{version}/%{name}-%{version}.sh
7
 cp %{S:1} $RPM_BUILD_DIR/%{name}-%{version}/multimysqlbackup.sh
8
 cp %{S:2} $RPM_BUILD_DIR/%{name}-%{version}/multimysqlbackup.conf
9
 cp %{S:3} $RPM_BUILD_DIR/%{name}-%{version}/automysqlbackup.8
10
@@ -44,7 +44,7 @@
11
 %build
12
 
13
 %install
14
-%__install -D -m 0755 %{name}-2.6.4.sh %{buildroot}%{_sbindir}/%{name}
15
+%__install -D -m 0755 %{name}-%{version}.sh %{buildroot}%{_sbindir}/%{name}
16
 %__install -D -m 0755 multimysqlbackup.sh %{buildroot}%{_sbindir}/multimysqlbackup
17
 %__install -D -m 0644 multimysqlbackup.conf %{buildroot}%{_sysconfdir}/multimysqlbackup.conf
18
 %__install -D -m 0644 automysqlbackup.8    %{buildroot}%{_mandir}/man8/automysqlbackup.8
19
@@ -60,6 +60,14 @@
20
 %{_mandir}/man8/automysqlbackup.8*
21
 
22
 %changelog
23
+* Wed Sep 22 2021 Carsten Schoene <cs@linux-administrator.com> - 2.6.9-1
24
+- fix mysql and mysqldump warn message behaviour by substituting defaults file
25
+- fix bug where listing databases and tables with all option didn't take port as argument
26
+- add option to quiet compression option if no compression is set
27
+- add option to quiet rotation messages
28
+- enable pre/post backup script for possible limitation of backup cycles
29
+- fix logging to backup target directory at initial backup run (create missing directory)
30
+
31
 * Tue Jul 16 2013 Carsten Schoene <cs@linux-administrator.com> - 2.6.8-1
32
 - set PATH in script and rename MAIL variable
33
 
34
[+] Changed multimysqlbackup.sh ^