HI, I´m trying to do following:
I have a backup server that I only use one a week to hold weekly (security) backups.
I want to reduce cost, so I have it suspended all the time.
Actually I have a script that sends wol packet to resume the server, but I have to start it before the vzdump job (manual adding cron job).
It seems that one of the first vzdump tasks is to check for the avaailabity of the storage, and if not there, fails with:
' TASK ERROR: could not get storage information for 'xxxxxx': storage 'xxxxxx' is not online'
It woul be usefull to have a 'pre-job-start' phase in hook script that allows sending commands before initial checkings...
I.E. send wol packet and wait for the time to resume from suspend.
Regards
I have a backup server that I only use one a week to hold weekly (security) backups.
I want to reduce cost, so I have it suspended all the time.
Actually I have a script that sends wol packet to resume the server, but I have to start it before the vzdump job (manual adding cron job).
It seems that one of the first vzdump tasks is to check for the avaailabity of the storage, and if not there, fails with:
' TASK ERROR: could not get storage information for 'xxxxxx': storage 'xxxxxx' is not online'
It woul be usefull to have a 'pre-job-start' phase in hook script that allows sending commands before initial checkings...
I.E. send wol packet and wait for the time to resume from suspend.
Regards