lamw / ghettoVCB

ghettoVCB
MIT License
1.27k stars 363 forks source link

am i missing something else from global config #295

Closed robina80 closed 1 year ago

robina80 commented 1 year ago

hi all,

i run this command to run backups and it works

/opt/ghettovcb/bin/ghettoVCB.sh -a -g /opt/ghettovcb/backupconfig -e /opt/ghettovcb/excludevms

this is my global config backupconfig

VM_BACKUP_VOLUME=/vmfs/volumes/datastore2/backup DISK_BACKUP_FORMAT=thin VM_BACKUP_ROTATION_COUNT=2 POWER_VM_DOWN_BEFORE_BACKUP=0 SNAPSHOT_TIMEOUT=15 ENABLE_COMPRESSION=0 VM_SNAPSHOT_MEMORY=0 VM_SNAPSHOT_QUIESCE=0 ALLOW_VMS_WITH_SNAPSHOTS_TO_BE_BACKEDUP=0 EMAIL_LOG=1 EMAIL_DEBUG=1 EMAIL_SERVER=10.110.130.68 EMAIL_SERVER_PORT=587 EMAIL_DELAY_INTERVAL=1 EMAIL_TO=blah EMAIL_FROM=blah

ive noticed when it emails it adds more to the backupconfig, so im wondering should i add those new lines into my backupconfig?

thanks, rob