aealvarez3

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by aealvarez3

  1. 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.