Should fix #1434
This commit is contained in:
parent
bf9887cbde
commit
86c0939fa9
|
@ -136,6 +136,9 @@ function dobck() {
|
|||
ext=""
|
||||
fi
|
||||
|
||||
# The target directory must exist
|
||||
test -d "$target_dir" || mkdir -p "$target_dir"
|
||||
|
||||
# if $SQLBACKUP_TYPE is set to "rotate" classical rotation files methode will be used
|
||||
# use incrementale number in the name of files where the highest number indicate
|
||||
# the oldest files
|
||||
|
|
Loading…
Reference in New Issue