diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 1221d36..7311efb 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +* Use --dump-dir instead of --backup-dir to supress dump-server-state warning + ### Deprecated ### Removed diff --git a/client/zzz_evobackup b/client/zzz_evobackup index 09234d2..92b34a9 100755 --- a/client/zzz_evobackup +++ b/client/zzz_evobackup @@ -328,7 +328,7 @@ if [ "${LOCAL_TASKS}" = "1" ]; then if [ "${SYSTEM}" = "linux" ]; then if [ -n "${dump_server_state_bin}" ]; then - ${dump_server_state_bin} --all --force --backup-dir "${server_state_dir}" + ${dump_server_state_bin} --all --force --dump-dir "${server_state_dir}" else mkdir -p "${server_state_dir}"