Fixed default cron timer for pve conf backup

This commit is contained in:
Thorsten Spille 2021-05-10 05:08:16 +02:00 committed by GitHub
parent 1b8b2a8b1e
commit ca32c280ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ TOOLS="sudo vim ifupdown2 net-tools dnsutils ethtool git curl unzip screen iftop
PVE_CONF_BACKUP_TARGET=rpool/pveconf
# Define timer for your backup cronjob (default: every 15 minutes fron 3 through 59)
PVE_CONF_BACKUP_CRON_TIMER="3/15 * * * *"
PVE_CONF_BACKUP_CRON_TIMER="3,18,33,48 * * * *"
###### SYSTEM INFO AND INTERACTIVE CONFIGURATION SECTION ######