vote up 4 vote down star
1

I need to keep the files & folders on two Windows-based, non-domain machines synchronized across a public network.

I was thinking rsync over SSH - but I was wondering if there is a simpler solution? Any possibility of using the sync framework over SFTP/SCP/SSH?

Or I'm open to better ideas?

flag

38% accept rate

9 Answers

vote up 4 vote down

I don't think you could go past rsync. It's fast, reliable and when coupled with SSH (which is a requirement of yours), secure. It's also Free!

If you want some integration with your versioning systems, check out Unison.

There are also commercial alternatives such as InstantSync.

link|flag
vote up 1 vote down

Seems like a textbook case for using FolderShare.

link|flag
I don't think FolderShare has an "SFTP Provider" – cpuguru Sep 17 '08 at 13:03
vote up 0 vote down

You could set up shared folders over a secure VPN with Hamachi, then use a folder syncing app to sync them up.

link|flag
vote up 0 vote down

Have you tried the award-winning rsyncrypto?

link|flag
vote up 0 vote down

I use SVN. It works (I think) over SSH and SSL.

Full versioning, file syncing, what's not to like?

link|flag
All the hidden .folders and change tracking files that really increase the file file count and total size of the data. – Renaud Bompuis Dec 3 '08 at 23:31
vote up 0 vote down

I'd recommend rdiff-backup. It supports incremental backups over SSH and is a free and proven solution. Being incremental, it also allows access to files that were deleted or to older versions of modified files.

link|flag
vote up 0 vote down

+1 for Chris's recommendation. This is exactly what I use FolderShare for, keeps folders in sync across 3 PCs running Windows and 2 Macs running OS X.

link|flag
vote up 0 vote down

Figured I'd post what I finally went with - WinSCP - http://winscp.net

Connects via GUI to an SFTP server + supports Local/Remote/Both synchronization + scriptable with command-line/batch interface.

link|flag
vote up 0 vote down

you can use a vpn server on hamachi

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.