I've made a script that that will launch rsync. I've tested the script and it works. I've put the following in cron:
This should execute the scipt everyday at 9:01, but it doesn't. when I check the log I see the job at 9:01 with no errors, but no new data is rsynced. Does anybody have an idea?
FreeBSD: 5.3
Code:
1 9 * * * root /usr/local/etc/rc.d/rsync.sh
This should execute the scipt everyday at 9:01, but it doesn't. when I check the log I see the job at 9:01 with no errors, but no new data is rsynced. Does anybody have an idea?
FreeBSD: 5.3