sudo su -
mkdir /var/log/rsync
sudo vi /root/sync.sh
Use the following file and update as appropriate for your accounts and directories:
Lock the script down:
sudo chmod 0755 /root/sync.sh
Run at midnight daily as root:
sudo crontab -e
0 0 * * * /root/sync.sh