We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce117a3 + 6c8e899 commit 4074402Copy full SHA for 4074402
1 file changed
discovery-data/latest/elastic-backup-restore.sh
@@ -321,7 +321,7 @@ EOF
321
stop_minio_port_forward
322
echo "RC=${RC}" >> "${BACKUP_RESTORE_LOG_DIR}/${CURRENT_COMPONENT}.log"
323
if [ $RC -eq 0 ] ; then
324
- brlog "INFO" "Archiving sanpshot..."
+ brlog "INFO" "Archiving snapshot..."
325
tar "${ELASTIC_TAR_OPTIONS[@]}" -cf ${BACKUP_FILE} -C ${TMP_WORK_DIR}/${ELASTIC_BACKUP_DIR}/${ELASTIC_BACKUP_BUCKET}/${ELASTIC_SNAPSHOT_PATH} .
326
else
327
brlog "ERROR" "Some files could not be transfered. Consider to use '--use-job' and '--pvc' option. Please see help (--help) for details."
@@ -474,4 +474,4 @@ fi
474
rm -rf ${TMP_WORK_DIR}
475
if [ -z "$(ls tmp)" ] ; then
476
rm -rf tmp
477
-fi
+fi
0 commit comments