Force non-LAN sync


Recommended Posts

Hi'

I'm trying to set up a small filesharing system between two offices using a Raspberry Pi and BitTorrent Sync. It's only a few documents so the performace of the Pi isn't that important.

But I have encountered a problem: It rarely syncs between the two offices, but it does once in a while. I have a theory that when it finds one of the other computer in Office A it never searches for computers in Office B. Is there a way to counter this behavior?

I'm thinking that it could force the use of relay servers, but I can't find a setting to do that.

Could you please help!

Best,

Link to comment
Share on other sites

Are you using the WebUI or a config file?

In the WebUI, you can open the Settings for the shared folder, and there are check-boxes in there to enable Tracker Server and Relay Server etc.

If you have a config file, then you need to set the appropriate options in the shared folder:

[

{

"secret" : "XXXXXXXXXXXXXXXXXXXX",

"dir" : "/blah/blah/blah/",

"use_relay_server" : true,

"use_tracker" : true,

"use_dht" : false,

"search_lan" : false,

"use_sync_trash" : false

}

]

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.