added opensourcepos and changed cron bkp time

This commit is contained in:
2023-10-31 14:38:05 +01:00
parent f82d1d491c
commit 064923f076
8 changed files with 201 additions and 106 deletions

View File

@@ -47,7 +47,7 @@ if [ "$mount_successful" -eq 1 ]; then
done
# Backup-Integrität überprüfen
borg_check_result=$(borg check --repository-only --max-duration 43200 "$backup_repository" 2>&1)
borg_check_result=$(borg check --repository-only --max-duration 7200 "$backup_repository" 2>&1)
# Backup-Status und Speicherauslastung prüfen
if [ "$backup_status" -eq 0 ]; then