Clone Dropbox with a Raspberry Pi and BTSync
11–20 of 62 posts
Re: Clone Dropbox with a Raspberry Pi and BTSync
#12btsync is really nice, just install the software, no account creation needed, and if you just want to sync computers on a LAN, no internet connection needed. I was worried about btsync being closed source but when I looked at alternatives like dropbox and spideroak I noticed they weren't open either and you have to sign up for an account and give them personal information to get serious amounts of storage.
They have apps for Windows, Mac, Linux, iOS and Android. I've been using it for about two months now with no problems.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#13It doesn't need to be a USB 3.0 drive. The RPi is USB 2.0 only.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#14How well does BTSync work in terms of a large team collaborating together? Dropbox has a habit of just working, with surprisingly few hiccups (none so far except during massive folder migrations). Does BTSync work that well with a team of 10? 20? 30? that work on the same set of documents (though not on the same document simultaneously, so no need for e.g. git).
Given that it's using the Bittorrent protocol (Basically) to handle the actual transfers, yes it will work; the issue you may run into is that there can be a lot of files and data available in the share and every client will try to download all files.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#15We run a system where we have a lot of data on a server that we want to see locally. Edits are made both locally and on the server. At the moment we're using Aerofs to handle the syncing. As a general rule it works really well. The issue we've run into is with pre-seeding new machines (ie, when our spot instance based server get killed). I need to play around a bit more but it's time consuming to get a machine back online and totally synced (there may be a solution to this).
Mostly it's a pain being at the mercy of someone else's magic. Aero is great, except when it isn't - and we don't know the rules. That's a real pain if it's business critical. BTSync looked great - until I realised that it's not opensource either.
There are a few syncing options on there but they don't all tick all the boxes. Unison doesn't trigger on fs events so you have to run it manually. BTSync isn't opensource. Dropbox syncs to their servers and back. With AeroFS you don't always know how it's doing what it's doing.
So far AeroFS has been the winner for us. BTSync definitely looks like it fills the same space though.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#16Earlier quoted context omitted.
Given that it's using the Bittorrent protocol (Basically) to handle the actual transfers, yes it will work; the issue you may run into is that there can be a lot of files and data available in the share and every client will try to download all files.
That happens with Dropbox too though.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#17btsync is really nice, just install the software, no account creation needed, and if you just want to sync computers on a LAN, no internet connection needed. I was worried about btsync being closed source but when I looked at alternatives like dropbox and spideroak I noticed they weren't open either and you have to sign up for an account and give them personal information to get serious amounts of storage.
No but the way Dropbox and btsync work are way way different. > BitTorrent Sync synchronizes your files using a peer-to-peer (P2P) protocol.
https://www.dropbox.com/help/137/en
Note: Dropbox employee, but this is public information.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#18I tried out Bitcasa for Mac and it is terrible. My Finder basically stop responding after bitcasa started. I have been working on a simplified version of AWS boto library for glacier, in the goal of making an open source tool like a command line sftp/ftp style access to glacier.
Re: Clone Dropbox with a Raspberry Pi and BTSync
#19http://blog.bittorrent.com/2013/05/23/how-i-created-my-own-p...
Re: Clone Dropbox with a Raspberry Pi and BTSync
#20I wouldn't use it sync anything except Truecrypt volumes. :)