Page 1 of 2

daily backup doesnt work

Posted: Sat Jan 30, 2016 8:15 am
by Sanity
Image


if I run it manually on console working correctly

help!

Re: daily backup doesnt work

Posted: Sat Jan 30, 2016 2:11 pm
by tjebbeke
Check log files ... What errors do you have?

Re: daily backup doesnt work

Posted: Sat Jan 30, 2016 3:39 pm
by Sanity
Nothing appears in the logs. Where the cron runs? Because I have the impression that does not run

Re: daily backup doesnt work

Posted: Mon Feb 01, 2016 9:04 pm
by tjebbeke
Can you show output of:
grep "Feb 1 05:10" /var/log/cron

Re: daily backup doesnt work

Posted: Tue Feb 02, 2016 8:27 am
by Sanity
this file does not exist

Re: daily backup doesnt work

Posted: Tue Feb 02, 2016 9:00 am
by tjebbeke
what is your OS?

Re: daily backup doesnt work

Posted: Tue Feb 02, 2016 1:42 pm
by skurudo
Logs needs to enable first (debian):

Code: Select all

nano /etc/rsyslog.conf
search

Code: Select all

cron.* /var/log/cron.log
change

Code: Select all

cron.* /var/log/cron.log
restart

Code: Select all

/etc/init.d/rsyslog restart

Re: daily backup doesnt work

Posted: Tue Feb 02, 2016 2:29 pm
by Sanity
hello is ubuntu 12.04 LTS

I made the modification to display the log of cron
Ubuntu is on the route: /etc/rsyslog.d/50-default.conf

I will wait to see if I see something in the log...

anyway, the web interface cron Where runs on console?

Re: daily backup doesnt work

Posted: Tue Feb 02, 2016 2:34 pm
by skurudo
Sanity wrote:anyway, the web interface cron Where runs on console?
console -> ssh (or I don't get it right?)
web ssh not implemented yet.

Re: daily backup doesnt work

Posted: Tue Feb 02, 2016 2:40 pm
by Sanity
in web interface

sudo /usr/local/vesta/bin/v-backup-users
Min 10Hour 05Day *Month *Day of week *

Where are you running?

in crontab -e dont appear. Where can i see ??