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 809baaa commit 0b37dd2Copy full SHA for 0b37dd2
build/run-restore.sh
@@ -11,15 +11,15 @@ if [ -n "$VERIFY_TLS" ] && [[ $VERIFY_TLS == "false" ]]; then
11
fi
12
13
run_s3() {
14
- xbcloud get "${XBCLOUD_ARGS}" "${BACKUP_DEST}" --storage=s3 --s3-bucket="${S3_BUCKET}"
+ xbcloud get ${XBCLOUD_ARGS} "${BACKUP_DEST}" --storage=s3 --s3-bucket="${S3_BUCKET}"
15
}
16
17
run_gcs() {
18
- xbcloud get "${XBCLOUD_ARGS}" "${BACKUP_DEST}" --storage=google --google-bucket="${GCS_BUCKET}"
+ xbcloud get ${XBCLOUD_ARGS} "${BACKUP_DEST}" --storage=google --google-bucket="${GCS_BUCKET}"
19
20
21
run_azure() {
22
- xbcloud get "${XBCLOUD_ARGS}" "${BACKUP_DEST}" --storage=azure
+ xbcloud get ${XBCLOUD_ARGS} "${BACKUP_DEST}" --storage=azure
23
24
25
extract() {
0 commit comments