Skip to content
Snippets Groups Projects
Commit ca39eab9 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

do show transfer.job with passwords

parent 6d08c499
No related branches found
No related tags found
1 merge request!79Finetune output
...@@ -201,7 +201,7 @@ EOFbackupinfo ...@@ -201,7 +201,7 @@ EOFbackupinfo
if [ -n "$STORAGE_BASEDIR" ] && [ -x "${DIR_SELF}/transfer.sh" ]; then if [ -n "$STORAGE_BASEDIR" ] && [ -x "${DIR_SELF}/transfer.sh" ]; then
# transfer files # transfer files
cat "$STORAGEFILE" >>"$JOB_LOGFILE" # cat "$STORAGEFILE" >>"$JOB_LOGFILE"
echo "INFO: $(date) - Sending data to storage... ${DIR_SELF}/transfer.sh $JOBDEF_TYPE" | tee -a "$JOB_LOGFILE" echo "INFO: $(date) - Sending data to storage... ${DIR_SELF}/transfer.sh $JOBDEF_TYPE" | tee -a "$JOB_LOGFILE"
touch "${JOB_DONEFILE}.02.STARTTRANSFER" touch "${JOB_DONEFILE}.02.STARTTRANSFER"
# "${DIR_SELF}"/transfer.sh $JOBDEF_TYPE "$JOBDEF_AUTO" 2>&1 | tee -a "$JOB_LOGFILE" # "${DIR_SELF}"/transfer.sh $JOBDEF_TYPE "$JOBDEF_AUTO" 2>&1 | tee -a "$JOB_LOGFILE"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment