I love Dropbox. But Dropbox for Teams seems most appropriate for Teams with few members and a lot of data. I'm working with a team that has lots of members, but not much data, so the Dropbox pricing seems high. Does anybody have a recommendation for a file synchronization server for teams with lots of people, but not a lot of data (<50GB)?
|
closed as off topic by Eight Days of Malaise, phwd♦ Feb 11 '12 at 16:14
Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
If you have really a lot of people, but not much data, you might want to look into rolling your own solution on top of Amazon S3. See for example, this SuperUser topic, or using software like SyncAny (to be released soon). |
|||
|
|
|
I would rather suggest a different approach. Get a VPS (Linode is good, and you'll get 20 GB ~ $200 yearly) and setup rsync. You are not very clear on your requirements, but if it is just for syncing between different users then this approach is good. Plus you can add remove unlimited users. |
|||
|
|