runing scheduled backups when webmin is stopped

3 posts / 0 new
Last post
#1 Sun, 11/09/2014 - 09:36
persiancity

runing scheduled backups when webmin is stopped

it seems that scheduled backups not working when webmin daemon is stopped? I turn it off for security reason. is it possible to run scheduled backups when stop webmin?

Mon, 11/10/2014 - 11:17
andreychek

Howdy,

That is indeed true... Webmin launches the backups, as well as other items, itself. Those aren't run via cron.

If you want to keep Webmin stopped most of the time, you may need to start it up from cron shortly before the backups need to run.

-Eric

Mon, 11/10/2014 - 11:26
persiancity

Hi!

thanks. so is this correct way?

a cron like: 59 23 * * * /etc/init.d/webmin restart

and set "Command to run after backup" to: /etc/init.d/webmin stop

Topic locked