Sorry for the delay. You need to specify the --rsh option to rsync so that you can pass an extra option to the ssh command. Your line in /mod/var/spool/cron/crontabs/root should look something like this:
Replace 1.2.3.4 with the IP address of the NAS..
Code:
0 3 * * * /mod/bin/rsync --rsh='/mod/bin/ssh -i /mod/.ssh/id_rsa' -avr --progress --delete --exclude 'Tsr/' mnt/hd2/ root@1.2.3.4:NetBackup/
Replace 1.2.3.4 with the IP address of the NAS..