blob: ea8a3c8687d6e0b229de3ab901f4c959375f2b2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- automysqlbackup.orig 2011-12-03 16:10:43 UTC
+++ automysqlbackup
@@ -55,8 +55,8 @@ let "N_backup_local_nofiles=0x20"
# @info: Default configuration options.
# @deps: (none)
load_default_config() {
- CONFIG_configfile="/etc/automysqlbackup/automysqlbackup.conf"
- CONFIG_backup_dir='/var/backup/db'
+ CONFIG_configfile="%%ETCDIR%%/automysqlbackup.conf"
+ CONFIG_backup_dir='/var/backups/automysqlbackup'
CONFIG_multicore='yes'
CONFIG_multicore_threads=2
CONFIG_do_monthly="01"
@@ -2252,4 +2252,4 @@ elif (( $# == 0 )) && (( ${#opt_flags[@]} == 0 )); the
method_backup
fi
-# END __main
\ No newline at end of file
+# END __main
|