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.
1 parent e3faab5 commit f67170cCopy full SHA for f67170c
install/assets/functions/10-db-backup
@@ -748,6 +748,10 @@ move_dbbackup() {
748
rm -rf "${TEMP_LOCATION}"/"${target}"
749
;;
750
"blobxfer" )
751
+
752
+ print_info "Synchronize local storage from S3 Bucket with blobxfer"
753
+ blobxfer download --mode file --remote-path ${BLOBXFER_REMOTE_PATH} --local-path ${DB_DUMP_TARGET} --delete
754
755
print_info "Moving backup to external storage with blobxfer"
756
757
mkdir -p "${DB_DUMP_TARGET}"
0 commit comments