test-z"${cfg_full}${cfg_startfull}"||cfg_info="INFO: Type is [auto]; ignoring config for full backup: [full = $cfg_full ... start-time-full = $cfg_startfull]"
...
...
@@ -133,7 +137,7 @@ do
CONFIG:
Used Backup tool : $STORAGE_BIN
Backup type : $(_j_getvar ${JOBFILE}"type")
Backup type : $(_j_getvar ${STORAGEFILE}"type")
$(test"$cfg_type"="auto"&&echo"$cfg_info")$(test"$cfg_type"="auto"||echo"INFO: full backup: $cfg_info")
EFFECTIVE:
...
...
@@ -172,6 +176,7 @@ EOFbackupinfo
if[-x"${DIR_SELF}/transfer.sh"];then
# transfer files
cat"$STORAGEFILE">>"$JOB_LOGFILE"
echo"INFO: $(date) - Sending data to storage... ${DIR_SELF}/transfer.sh $JOBDEF_TYPE" | tee-a"$JOB_LOGFILE"