/etc/cron 2025-04-16 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.