Scheduled time for server backup

Hi. Hope you’re doing well.

Does anyone know where is defined the schedule for server backup?

I was in the understanding that this is defined via cronjobs under admin user. But I can’t see any cronjob defined for admin.

Thank you in advance!

Backups triggered by scheduled tasks! You can check it out with the following command!

cat /var/spool/cron/crontabs/hestiaweb
1 Like

Thank you!

Is there a way to change these tasks via UI? Or can I just change direclty in cronfile? I don’t want to mess around with something else related to these jobs.

Change them in the cronfile directly

1 Like

It can be edited using the following commands! Please remember what you are doing!

crontab -e -u hestiaweb

Are you considering adding multiple server management features to the new version?