-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LAN Sync #FeatureRequest #26752
Comments
Let's quickly re-cap the responses I gathered thus far:
|
However, not all deployments are on-site. In my case, I have two personal servers (one mine, one my parents) which are both offsite, and almost set up a third at work (didn't do it for reasons outside my control) where a server would have been in the office, but 80% of the users would be outside the office (work from home scheme). Several of those home workers have two or three employees in the same house, on slow WAN connections, so a LAN sync would certainly be useful... |
Additionally, taking control away from the server wouldn't be too difficult. Each client could send hashes of files to each other and get them from the server, and if those hashes match, that file could be synced. I've done some thinking about this, and I'm not seeing any reason that wouldn't (theoretically) be secure. This might be something I could take on after finals before heading back for the spring semester. If I could implement well, is this something you could accept via PR? |
@benyanke Did you find time to work on this? This missing feature is the single reason I haven't switched from Dropbox. I'd like to host the server on my VPS with users in remote locations on low speed connections. Those users sometimes create "large" files (10-20 mb) that could take 30+ minutes to upload before other users could begin to download the file. Further if there are multiple users at a location all trying to download the file at once they will quickly saturate the connection and bring any other network activity to a crawl. |
I'm not sure this is true. Those looking for a Dropbox replacement including sharing features will likely deploy a VPS off-site |
Unfortunately, I haven't. I hoped to do it over break before school started, but wasn't able to. Now I'm running my server on my LAN, so I don't have a lot of personal need to do so... If I ever have a free week, I'll certainly take a look at it. |
Hey, this issue has been closed because the label (This is an automated comment from GitMate.io. |
I agree this would be a nice feature. My setup is owncloud on AWS synced to my work and home computers. I often work with the same files on a laptop and desktop at the same time. With dropbox LAN sync, the laptop and desktop would sync so quickly that I did not have to transfer the files manually. |
This is tracked in client repository: owncloud/client#230 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
I'd like to catchup with the LAN Sync idea, since I think it is a feature, a lot of users need it. I'm posting this back in core again, since I think this is not only a client but also a server and core feature and required for server replication.
The ideas behind LAN Sync are simple, clients sync to each other over LAN
I think it also would solve a lot of demands described in issue for server replication #1190
Unlucky the the issue in client is locked in reason of too many +1 comments, so if you think you need this feature take the thumb up button instead and use comments for contextual discussion please.
The text was updated successfully, but these errors were encountered: