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 0414030 commit 738ba17Copy full SHA for 738ba17
build/backup/run_backup.sh
@@ -134,7 +134,8 @@ backup_s3() {
134
# shellcheck disable=SC2086
135
socat -u "$SOCAT_OPTS" stdio \
136
| xbcloud put --storage=s3 --parallel="$(grep -c processor /proc/cpuinfo)" --md5 $XBCLOUD_ARGS --s3-bucket="$S3_BUCKET" "$S3_BUCKET_PATH" 2>&1 \
137
- | (grep -v "error: http request failed: Couldn't resolve host name" || exit 1)
+ | (grep -v "error: http request failed: Couldn't resolve host name" || exit 1) &
138
+ wait $!
139
fi
140
141
0 commit comments