Crontab Rsync without Password

Perform rsync asks for password on the remote server before starting the transfer. Sometimes we need to run rsync by crontab where it is not possible to give password.  Here is a solution to use crontab to execute rsync without any password.

This is helpful when you are scheduling a cron job for automatic backup using rsync.

Continue reading Crontab Rsync without Password