From ca32c280ee6ffea48516f6366b14dd20bda4aeed Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 10 May 2021 05:08:16 +0200 Subject: [PATCH] Fixed default cron timer for pve conf backup --- proxmox-zfs-postinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmox-zfs-postinstall.sh b/proxmox-zfs-postinstall.sh index 15b719d..54ca476 100644 --- a/proxmox-zfs-postinstall.sh +++ b/proxmox-zfs-postinstall.sh @@ -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 ######