Cli Shared Folder Sync


aealvarez3

Recommended Posts

I created a conf file and set it up the shared folders. After setting up both conf on the separate servers they still do not sync. Here is my conf file.

{	"device_name": "Vuze",	"listening_port": 0,	"storage_path": "/root/.sync",	"pid_file": "/var/run/btsync/btsync.pid",	"check_for_updates": true,	"use_upnp": true,	"download_limit": 0,	"upload_limit": 0,	"shared_folders": [		{		"secret": "SECRET",		"dir": "/shared/",		"use_relay_server": true,		"use_tracker": true,		"use_dht": false,		"search_lan": true,		"use_sync_trash": true		}	]}

the secret is the same on both servers and they will still not sync. I have also tried to add the local hosts but sync still did not work. 

Edited by aealvarez3
Link to comment
Share on other sites

aealvarez3,

 

Does your user have access to /root/.sync and /var/run/btsync/btsync.pid? Check access and read-write permissions of these folders, make sure that user under which you run Sync is the owner of the folders and files in them. 

 

 

 but sync still did not work. 

 

Why exactly is it not working: devices do not connect or they are connected but files do not sync? 

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.