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.
2 parents c0dc012 + 348ea4b commit b93e1fcCopy full SHA for b93e1fc
functions.sh
@@ -217,7 +217,7 @@ function backup_target() {
217
"s3")
218
# allow for endpoint url override
219
[[ -n "$AWS_ENDPOINT_URL" ]] && AWS_ENDPOINT_OPT="--endpoint-url $AWS_ENDPOINT_URL"
220
- aws ${AWS_CLI_OPTS} ${AWS_ENDPOINT_OPT} s3 cp ${AWS_CLI_S3_CP_OPTS} ${TMPDIR}/${SOURCE} "${DB_DUMP_TARGET}/${TARGET}"
+ aws ${AWS_CLI_OPTS} ${AWS_ENDPOINT_OPT} s3 cp ${AWS_CLI_S3_CP_OPTS} ${TMPDIR}/${SOURCE} "${target}/${TARGET}"
221
;;
222
"smb")
223
if [[ -n "$SMB_USER" ]]; then
0 commit comments