I want a service similar to Dropbox, but to be able to feed him a few individual folders that it will sync (online)? To another computer you could also do checkout individual folders from the server and continue to sync them. Need to work on Mac OS, Linux and Win.
The disadvantages of the known solutions:
Dropbox Selective Sync beta
— synchronized folders should still be inside the Dropbox folder
SVN
— I need somewhere to look for reliable service
— manual commit (not monitors changes in the file system, like Dropbox)
— there is no doubt that SVN'have like a huge number of large binary files
S3+s3fs+rsync
— synchronize manually
— Yes, all by myself, all by myself :(
Does anyone know about this?
Thank you.