Can I use rsync on Cornerhost?
Yes it works out of the box on all accounts.
The command line to rsync from the server to the local directory /library/mylocalserver looks something like:
rsync -avz example.com:/home/joeusername/web/example.com /library/mylocalserver "-e ssh -l joeusername"
