Page 1 of 1

Hi there !

Posted: Sat Nov 24, 2018 7:36 am
by theodore
As admin I can see cron for backup users is in the list. But it does not run. Do I need to add it to crontab manually? Configuring Server / CRON

Re: Hi there !

Posted: Mon Nov 26, 2018 12:45 pm
by imperio
Hi,
write more about your problem

Re: Hi there !

Posted: Mon Nov 26, 2018 2:56 pm
by l170v
theodore wrote:
Sat Nov 24, 2018 7:36 am
As admin I can see cron for backup users is in the list. But it does not run. Do I need to add it to crontab manually? Configuring Server / CRON
Yes you can, You should to run

To check, your log

Code: Select all

tail -f /var/log/cron 


To run backup manually

Code: Select all

/usr/local/vesta/bin/v-backup-user user
Note: I use CentOS 7

Regards