Saeed42
ISP
- Jul 4, 2001
- 147
I'm trying to setup a cron job for a script that does ftp backup once a day, but not quite sure what I'm doing wrong, I did the following
crontab -e [which opened up vi, entered the following and saved it as usual]
30 12 * * * /usr/local/bin/backmeup
now when I do crontab -l I get the following
30 12 * * * /usr/local/bin/backmeup
But still doesn't work, If I run the backmeup script it will do the job so I know the script works, so where am I going wrong, system time and date are correct
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
crontab -e [which opened up vi, entered the following and saved it as usual]
30 12 * * * /usr/local/bin/backmeup
now when I do crontab -l I get the following
30 12 * * * /usr/local/bin/backmeup
But still doesn't work, If I run the backmeup script it will do the job so I know the script works, so where am I going wrong, system time and date are correct
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~