/etc/cron

If I want this rsync script to run at 2AM daily, is this the correct way of adding the following line to /etc/crontab

0 2 * * * root sh /usr/local/bin/rsync.sh

thanks.

 

 

 

 

Top