-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not running cron jobs #312
Comments
ok so it has created a log in both servers in /tmp and this is one of them
the other server the error im getting in the logs
the backup datastore is good tho as when i do a ls i can see the dir and some VMS it backs up is succesfull |
i changed on each server the "VM_BACKUP_VOLUME" path so both servers have there own folder to save the backups to so esxi01 - VM_BACKUP_VOLUME=/vmfs/volumes/datastore99/backup/esx01 and now all of a sudden my backups are working again as i got an email from both servers saying all vms backed up ok |
forgot to mark as closed |
im going to re open this as im still getting the same error, even tho ive changed the "VM_BACKUP_VOLUME" its saving to the new location and the error went away but now its back with the same error ie it cant save to that folder even tho i can ls the dir ie so the dir is there and it can locate it? any help please? @lamw |
I had similar issue. But my cron worked, and sudenly last night didnt' work. I am uploading backups to Synology NAS. I will investigate more, if this issue perrsist. However I would love to figre out what happened. |
ok ive got it working again, ive left it couple of days/week as to see if it was producing the same error but so far ive been getting emails from both servers saying backup successful in the end i changed my cron on both servers so they run on alternative days from eachother as i think my NFS NAS couldnt cope with all the traffic same time from both esx01 and esx02 |
Mine is working as well. I logged in to the Synology NAS and switched off hard disk hibernation. |
as you mentioned this i checked mine and same as my TNAS the hard drives were set to sleep after 30 minutes of inactivity, set it to never now |
hi all,
i know my ghettoVCB works on both my esxi servers as when i run this command manually on both of them
/opt/ghettovcb/bin/ghettoVCB.sh -a -g /opt/ghettovcb/backupconfig -e /opt/ghettovcb/excludevms -d dryrun
this is what is in my backupconfig file
VM_BACKUP_VOLUME=/vmfs/volumes/datastore99/backup
DISK_BACKUP_FORMAT=thin
VM_BACKUP_ROTATION_COUNT=1
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 protected]
[email protected]
it runs and i get an email from both servers so all is working
but its not running the cron as i dont get emails from them
as ive got the email debig on (i think its 1) how can i check the logs
thanks,
rob
The text was updated successfully, but these errors were encountered: