config.example aktualisiert

This commit is contained in:
2025-06-19 10:28:50 +02:00
parent c707cbd8df
commit 8acfffe8d2
+3 -5
View File
@@ -1,11 +1,8 @@
#Edit all Variables for best Experience #Edit all Variables for best Experience
SSHPORT='22' #SSH Port, usually default 22 internally SSHPORT='22' #SSH Port, usually default 22 internally
BACKUPSERVER=no #use yes for triggering Proxmox Backup to Store
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 UPDATES=yes #Do PVE and PBS Updates after run
SHUTDOWN=no #No be there anymore
SOURCEHOST='192.168.50.200' # IP from Proxmox VE System to be backuped and replicated daily SOURCEHOST='192.168.50.200' # IP from Proxmox VE System to be backuped and replicated daily
@@ -14,7 +11,6 @@ ZFSROOT='rpool/data' #First Dataset/Datastoresourcepath from Proxmox VE System t
ZFSSECOND='rpool-hdd/data' #Optional second Dataset ZFSSECOND='rpool-hdd/data' #Optional second Dataset
ZFSTRGT='rpool-ssd1/repl/pve200' #This pulling Machines Target ZFS Sourcepath ZFSTRGT='rpool-ssd1/repl/pve200' #This pulling Machines Target ZFS Sourcepath
#ZSYNC #ZSYNC
ZSYNC=yes #set to no for Backup with PBS only ZSYNC=yes #set to no for Backup with PBS only
ZPUSHTAG=bashclub:zsync-198-ssd #ZFS User parameter will be set on ZFSROOT and ZFSSECOND to select. ZPUSHTAG=bashclub:zsync-198-ssd #ZFS User parameter will be set on ZFSROOT and ZFSSECOND to select.
@@ -24,6 +20,8 @@ ZPUSHLABEL=zsync-rz #Suffix for ZFS-Auto-Snapshot Engine
ZPUSHFILTER="" #ZPUSHLABEL will be replicated. So you can add more Patterns from ZFS, line hourly, daily, weekly, monthly. ZPUSHFILTER="" #ZPUSHLABEL will be replicated. So you can add more Patterns from ZFS, line hourly, daily, weekly, monthly.
#Backup #Backup
BACKUPSERVER=no #use yes for triggering Proxmox Backup to Store
MAINTDAY=7 #1 Monday to 7 Sunday, dont start your System too late
PBSHOST='192.168.50.199' #IP from your Proxmox Backupserver - dont forget to add your hosts public key to PBS authorized keys 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 BACKUPSTORE=backup #Datastorename configured in your Proxmox VE System to be backuped and replicated daily
BACKUPSTOREPBS=backup #Datastorename configured in your Proxmox Backup Server BACKUPSTOREPBS=backup #Datastorename configured in your Proxmox Backup Server