Zitat von
linuxopa am 17. Oktober 2025, 8:10 Uhr
#!/bin/bash
for i in `find /ordner/backintime -type l -name "last_snapshot"`
do
datei="/takesnapshot.log.bz2"
ziel=$i$datei
echo $ziel
bzcat $ziel -|head -n 1
echo "Errors ?"
bzcat $ziel -|grep "[E] "
echo
done
#!/bin/bash
for i in `find /ordner/backintime -type l -name "last_snapshot"`
do
datei="/takesnapshot.log.bz2"
ziel=$i$datei
echo $ziel
bzcat $ziel -|head -n 1
echo "Errors ?"
bzcat $ziel -|grep "[E] "
echo
done
robertgoedl hat auf diesen Beitrag reagiert.
sudo apt autoremove —purge windows -y