ldap_server: Store backups for 30 days

This commit is contained in:
Timo Makinen 2024-06-21 15:14:44 +00:00
parent 8ef5f5b18e
commit 750b3bab7d

View file

@ -12,7 +12,7 @@ if [ "$(whoami)" != "root" ]; then
fi
BACKUPDIR="/srv/backup"
BACKUPAGE="7"
BACKUPAGE="30"
DATE="$(date '+%Y-%m-%d')"