From: Bastian Dehn Date: Sun, 1 Jan 2023 08:15:12 +0000 (+0100) Subject: change: reduce backups max 15 X-Git-Url: https://gitweb.hhaalo.de/?a=commitdiff_plain;h=507be7a63ce75f67f0c535a901027fae560f30fb;p=simple-backup.git change: reduce backups max 15 --- diff --git a/backup b/backup index 20b2d3a..923d205 100755 --- a/backup +++ b/backup @@ -19,7 +19,7 @@ SetDefaultVariables() { backpath="/images/backup" backname="sicherung" - wunschanzahl=30 + wunschanzahl=15 if [ ! -d "$backpath" ]; then printf "FEHLER: Verzeichnis %s existiert nicht!\n" "$backpath"