BitTorrent Unveils Sync 2.0
An anonymous reader writes BitTorrent today outlined the company's plans for its file synchronization tool Sync. Next year, the company will launch Sync 2.0, finally taking the product out of beta, as well as three new paid Sync products. Ever since its debut, Sync has provided a wide variety of solutions to various problems, BitTorrent says, from distributing files across remote servers to sharing vacation photos. BitTorrent thus believes it needs to build three distinct products for each of these separate audiences, including a Pro version for $40 per year.
Is "distributing files across remote servers to sharing vacation photos" the new "and it can access Daily Stock Quotes!".
I swear I saw that on the box my Commodore 128 came in.
Fuck the cloud, long live the private puddle!
Well, they are in bikinis, at first.
I'd kill for an on-premises Enterprise File Sharing and Sync that integrates with AD that didn't suck. All you find is personal solutions but where is the cool stuff for companies?
Today I Learned: bittorrent is a company
How in earth do they motivate a subscription model for a service that isn't using the cloud? The whole point of Sync is that it's supposed to only involve your own machines. I have been looking into using sync at work as the Dropbox-possibly-giving-all-your-files-to-the-NSA thing isn't really a good alternative but with Dropbox I atleast get some good cloud backup. Now $40 isn't a lot of money for the intended audience for sure but it implies a lot of DRM/payment processor/Obsoleteness issues down the road. Are there any mature open source projects that are trying to make personal cloud storage?
From TFA:
On the other hand, it’s worth keeping in mind that Sync isn’t a storage solution – you can’t upload a file to the cloud, shut off your computer and then access it on your mobile device. You could work around this by setting up a storage server of your own, but in general files need to be shared directly between devices.
So there's no torrent then providing a pseudo cloud across many users' devices which would maintain the file? It's not like Freenet or other distributed storage p2p solutions? Ie it's not like bittorrent at all?
If you like what BitTorrent is doing with Sync, but prefer a solution that is free software, have a look at Pulse (formarly known as SyncThing): https://ind.ie/pulse/
I prefer open source solutions where encryption and security of my data is concerned.
BitTorrent operate global discovery servers and the synced directories can also use DHT if enabled, both of which mean that static IPs are not required. Syncs can also be operated without either of these - they can use LAN discovery and a list of static hosts.
Yay, finally I can stop enjoying the 100GB of free cloud storage that Google provide me, and instead pay $40 / year for no storage at all and the need to provide my own servers :D
I suppose there'll be a free version for people who don't need the "support". I'm just wondering who the pro version is targeted at.
All those moments will be lost in time, like tears in rain.
I used to be a big fan of BtSync, but lately the whole project just started to seem a bit too shifty for my taste.
Despite numerous promises, they never published a detailed description of the protocol. It's still unclear how secure a lot of the mechanisms really are.
For instance, how is the search for another share accomplished? Does it expose your hash to others? Are files encrypted in transmission? What information do relays have access to? Who is acting as a relay? Can I unknowingly be acting as a relay just by running the software (Skype used to do this)?
They've also published an API to interact with their software, but that API requires that you accept a EULA just to get an access key. A lot of people were asking in the forums why they would need a key if the software is decentralized and supposedly doesn't use their servers at all (typically such keys are used to limit damage to the service from bad apps).
The answer given was so they could "block abusive clients". When pressed for what they considered "abusive", or why they think they have a right to tell me how to use software running on my hardware in my network, they replied with silence. http://forum.bittorrent.com/to...
In all BtSync continues to be a very useful piece of software, but I just can't trust the company behind it. Unfortunately this means that I can't use it to sync personal files, which drops its usability by at least half.
I understand that there are quite a few open source projects which sprang up, but as far as I've seen none of them even approach BtSync's usability.
I used to be a big fan of BtSync, but lately the whole project just started to seem a bit too shifty for my taste.
Despite numerous promises, they never published a detailed description of the protocol. It's still unclear how secure a lot of the mechanisms really are.
For instance, how is the search for another share accomplished? Does it expose your hash to others? Are files encrypted in transmission? What information do relays have access to? Who is acting as a relay? Can I unknowingly be acting as a relay just by running the software (Skype used to do this)?
Yes, they have.
Discovery is accomplished by default by hashing the encryption key, then sending it to thier servers. Anyone having he same hash are connected. Can also disable this behaviour and use specified IPs, peer sharing and DHTs.
You expose your hashed key to bittorrent via this (optionally). Files are encrypted into transmission. I think they have said AES. Relays don't exist unless you mean the discovery servers which have a hash of the key. No one is acting as a relay unless you are part of that particular sharing using a particular key. You do not relay for other shares.
Will it be open source yet? Because this is pretty nice: http://syncthing.net/
Their system has a limited number of connections for content and more can't join until others leave... which sort of fucking defeats the point of distributed storage and file distribution.
Just an FYI...
Bittorrent Sync does not use the bittorrent protocol.
... unless Sync 2.0 is open source.