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 e6d0812 commit fedc5a7Copy full SHA for fedc5a7
discovery-data/latest/minio-backup-restore.sh
@@ -201,7 +201,7 @@ if [ "${COMMAND}" = "restore" ] ; then
201
RC=$?
202
echo "RC=${RC}" >> "${BACKUP_RESTORE_LOG_DIR}/${CURRENT_COMPONENT}.log"
203
if [ $RC -ne 0 ] ; then
204
- brlog "ERROR" "Some files could not be transfered. Please consider to use '--use-job' and '--pvc' option. See help (--help) for details."
+ brlog "ERROR" "Some files could not be transferred. Please consider to use '--use-job' and '--pvc' option. See help (--help) for details."
205
exit 1
206
fi
207
set -e
discovery-data/latest/version.txt
@@ -1,2 +1,2 @@
1
The Backup and Restore Scripts for the Watson Discovery on CP4D.
2
-Scripts Version: 5.0.0
+Scripts Version: 5.0.1
0 commit comments