diff --git a/config.example b/config.example index 8844c3a..a53d277 100644 --- a/config.example +++ b/config.example @@ -2,7 +2,7 @@ SSHPORT='22' #SSH Port, usually default 22 internally BACKUPSERVER=no #use yes for triggering Proxmox Backup to Store -ZSYNC=yes #skip Replication with no +ZSYNC=no #skip Replication with no MAINTDAY=7 #1 Monday to 7 Sunday, dont start your System too late SHUTDOWN=no #No be there anymore UPDATES=yes #Do PVE and PBS Updates after run @@ -14,9 +14,6 @@ ZFSROOT='rpool/data' #First Dataset/Datastoresourcepath from Proxmox VE System t ZFSSECOND='rpool-hdd/data' #Optional second Dataset ZFSTRGT='rpool-ssd1/repl/pve200' #This pulling Machines Target ZFS Sourcepath -#Prevent Scrubs on Backups and Replications -ZPOOLSRC=rpool #First Pool/Tank from Proxmox VE System to be backuped and replicated daily -ZPOOLDST=rpool #This pulling Machines Pool/Tank #ZSYNC ZSYNC=yes #set to no for Backup with PBS only @@ -30,5 +27,5 @@ ZPUSHFILTER="" #ZPUSHLABEL will be replicated. So you can add more Patterns from PBSHOST='192.168.50.199' #IP from your Proxmox Backupserver - dont forget to add your hosts public key to PBS authorized keys BACKUPSTORE=backup #Datastorename configured in your Proxmox VE System to be backuped and replicated daily BACKUPSTOREPBS=backup #Datastorename configured in your Proxmox Backup Server -BACKUPEXCLUDE='124,3021,3022,3023,3251,3252,3253,3254' #Machines to be excluded from Proxmox Backup +BACKUPEXCLUDE='10,3252,3253,3254' #Machines to be excluded from Proxmox Backup REPLEXCLUDE=$BACKUPEXCLUDE \ No newline at end of file