sciencewhiz
Diamond Member
I have the following script in /etc/cron.hourly that doesn't run:
The script runs fine when I run it as root from the commandline.
I've attached my /etc/crontab, which has not been modified from the debian default.
Any ideas?
#! /bin/bash
/usr/bin/rsync -rlz root@192.168.234.198:/var/lib/cvsd/beachbot /var/lib/cvsd/
/bin/chmod -R a+r /var/lib/cvsd/beachbot
/bin/chmod -R a+X /var/lib/cvsd/beachbot
The script runs fine when I run it as root from the commandline.
I've attached my /etc/crontab, which has not been modified from the debian default.
Any ideas?