When I try to do a config with -c does not work.
I had to make the changes with
diff -r fda17c9022ee automysqlbackup
--- a/automysqlbackup Sun Aug 12 04:30:07 2012 +0530
+++ b/automysqlbackup Sat Aug 18 19:53:10 2012 +0530
@@ -2249,7 +2249,9 @@
if (( $# == 1 )) && (( ${#opt_flags[@]} == 0 )); then
opt_config_file="$1"; opt_flag_config_file=1; method_backup
elif (( $# == 0 )) && (( ${#opt_flags[@]} == 0 )); then
method_backup
+elif (( $# == 0 )) && (( ${#opt_flags[@]} == 1 )); then
+ method_backup
fi