BR0063I 77 of 77 files processed - 430130.359 of 430130.359 MB done BR0115I Compression rate for all files 4.26:1 BR0052I BRBACKUP completed successfully BR0280I BRBACKUP time stamp: 2018-08-21 23:26:43 BR0292I Execution of BRARCHIVE finished with return code 0 Backupgroesse=$(ls -l /C/logfile.txt | awk '{ print $5 }') echo $Backupgroesse; BR0063I 77 of 77 files processed - 430130.359 of 430130.359 MB --> 430130 backupdatum=$(cat /C/logfile.txt | grep BR0280I | tail -1 |awk '{ print $5 }') echo $backupdatum; BR0280I BRBACKUP time stamp: 2018-08-21 23:26:43 --->2018-08-21 backupmeldung=$(cat /C/logfile.txt | grep BR0292I | awk '{ print $5,$6,$7,$8,$9 }') echo $backupmeldung; BR0292I Execution of BRARCHIVE finished with return code 0 --> finished with return code 0 ergb=$(cat /C/logfile.txt | grep BR0292I | awk '{ print $9,$10 }') dateig=$(ls -al /C/logfile.txt | awk '{ print $5 }') BR0292I Execution of BRARCHIVE finished with return code 0 -->0