hi,
I use the following rsync command to backup my mysql data to a machine within the LAN network. It works as expected.
rsync -avz /mysql/ root:PassWord@192.168.50.180:: /root/testme/
I just want to make sure that this is the correct way to use rsync.
I will also like to know if the 5 minute crontab entry for this will work.