(0|1) log

rsync to godaddy

written on Tuesday, February 18, 2014

There has been a lot of posts online about how to sync your website using rsync if your domain hosting is provided by GoDaddy.com. The main problem with most of them is they are either old and not working, or haven’t provided proper source to download the binary from. So here is the two bits from my side to help out people who are trying to sync their website using rsync.

Following are the steps I followed :

rpm2cpio rsync-3.0.6-4.el5_7.1.i386.rpm | cpio -idmv
rsync -rv --rsync-path=~/bin/rsync ~/octopress/public/ username@website:/path/to/public_html

This entry was tagged rsync