We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858153d commit 2d08c6dCopy full SHA for 2d08c6d
README.md
@@ -3,7 +3,7 @@ A daily rotating MySQL backup script
3
4
Copyright (c)2015 by [Florian Beer](https://github.com/florianbeer)
5
6
-Version 0.1
+Version 0.2
7
8
9
This script comes with ABSOLUTELY NO WARRANTY.
agrajag
@@ -23,7 +23,7 @@ declare -r IGNORE="phpmyadmin|mysql|information_schema|performance_schema|test"
23
declare -r RETAIN=5
24
25
# Script version
26
-declare -r VERSION="0.1"
+declare -r VERSION="0.2"
27
28
main() {
29
local -r time=$(date +%F_%R)
@@ -53,4 +53,4 @@ main() {
53
/usr/bin/logger -t "$(basename "${0}")" "Backup for ${time} took ${runtime}"
54
}
55
56
-main "@"
+main "@"
0 commit comments