Do 26. Jun 16:15:51 CEST 2025

This commit is contained in:
Alf
2025-06-26 16:15:51 +02:00
parent 7c6c9d805e
commit a94f155566
2 changed files with 18 additions and 1 deletions

View File

@ -7,5 +7,10 @@ echo "$(date) Starte Rettung… " >>log.txt
rclone sync ptv-nextcloud:/DPV ./Backup/ -P --backup-dir=./$AArchiv --log-file="log.txt" --log-level=INFO
echo " " >>log.txt
echo "$(date) Rettung beendet " >>log.txt
echo "$(date) Lösche leere Verzeichnisse… " >>log.txt
find Archiv/* -type d -empty -delete
echo "$(date) PUSHERN…" >>log.txt
/bin/bash pushern.sh
echo "$(date) Rettung beendet " >>log.txt