Rsync with StrongSpace
I now have a StrongSpace account that came with my Mixed Grill special from TextDrive. StrongSpace is a secure file repository that is accessible either through SFTP or StrongSpace’s web application.
You can also use rsync to sync with a folder on StrongSpace. If you use a Mac, then the rsync command would be:
rsync -rltvz /Users/user/BackUp user@user.strongspace.com:/strongspace/user/home
You’ll need to change user with your respective local and remote accounts.