Currently i only RSync-ing the Directories as like:
Directories
* * * * * rsync -avz /var/www/public_html/images root@:/var/www/public_html
Basic syntax
rsync options source destination
Example
rsync -az /var/www/public_html/filename root@:/var/www/public_html
Read more