Nick Carroll

Metabolising caffeine into code

Rsync with StrongSpace

without comments

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.

Written by Nick

September 23rd, 2006 at 11:58 am

Posted in Programming

Tagged with ,

Leave a Reply