Btsync: apenas três dos cinco compartilhamentos sincronizados

0

Eu tento sincronizar 5 compartilhamentos de um computador Win7 para uma caixa linux. A caixa do Linux é configurada pela seguinte configuração. Eu experimentei bastante com as configurações, mas só consegui sincronizar três de cinco compartilhamentos. Alguém pode me dizer qual é minha culpa? Existe um número máximo de compartilhamentos no btsync?

Para ter certeza absoluta de que não perdi um detalhe, colei a configuração completa. As coisas que alterei das configurações originais estão marcadas como:

{   

"device_name": "MySync",
  "listening_port" : 0,                       // 0 - randomize port

/* storage_path dir contains auxilliary app files
   if no storage_path field: .sync dir created in the directory 
   where binary is located.
   otherwise user-defined directory will be used 
*/
//  "storage_path" : "/home/user/.sync",

// uncomment next line if you want to set location of pid file
 "pid_file" : "<Userhomedir>.sync/btsync.pid",


  "check_for_updates" : true, 
  "use_upnp" : false,                              // use UPnP for port mapping


/* limits in kB/s
   0 - no limit
*/
  "download_limit" : 0,                       
  "upload_limit" : 0, 

/* remove "listen" field to disable WebUI
   remove "login" and "password" fields to disable credentials check
*/
  "webui" :
  {
/* directory_root path defines where the WebUI Folder browser starts
   (linux only)
*/
// "directory_root" : "/home/user/MySharedFolders/"
  }

/* !!! if you set shared folders in config file WebUI will be DISABLED !!!
   shared directories specified in config file
   override the folders previously added from WebUI.
*/
  ,
  "shared_folders" :
  [
    {    //Datenfass
      "secret" : "<secret1>",                   // * required field
      "dir" : "<syncfolder1>", // * required field
//  use relay server when direct connection fails
      "use_relay_server" : true,
      "use_tracker" : true, 
      "use_dht" : false,
      "search_lan" : true,
//  enable SyncArchive to store files deleted on remote devices
      "use_sync_trash" : true ,
//  restore modified files to original version, ONLY for Read-Only folders
//    "overwrite_changes" : false, 
//  specify hosts to attempt connection without additional search     
      "known_hosts" :
      [
        "<myip>:8888"
      ]
    }
,   
    {  //Compendium
      "secret" : "<secret2>",                   // * required field
      "dir" : "<sharedir2>", // * required field
//  use relay server when direct connection fails
      "use_relay_server" : true,
      "use_tracker" : true, 
      "use_dht" : false,
      "search_lan" : true,
//  enable SyncArchive to store files deleted on remote devices
      "use_sync_trash" : true,
//  restore modified files to original version, ONLY for Read-Only folders
//    "overwrite_changes" : false, 
//  specify hosts to attempt connection without additional search     
      "known_hosts" :
      [
        "<myip>:8888"
      ]
    }
,
    {     //TaggtoolDatabase
      "secret" : "<secret3>",                   // * required field
      "dir" : "<sharedir3>", // * required field
//  use relay server when direct connection fails
      "use_relay_server" : true,
      "use_tracker" : true, 
      "use_dht" : false,
      "search_lan" : true,
//  enable SyncArchive to store files deleted on remote devices
      "use_sync_trash" : true,
//  restore modified files to original version, ONLY for Read-Only folders
//    "overwrite_changes" : false, 
//  specify hosts to attempt connection without additional search     
      "known_hosts" :
      [
        "<myip>:8888"
      ]
    }
,
    { //MyInfo
      "secret" : "<secret4>",                   // * required field
      "dir" : "<sharedir4>", // * required field
//  use relay server when direct connection fails
      "use_relay_server" : true,
      "use_tracker" : true, 
      "use_dht" : false,
      "search_lan" : true,
//  enable SyncArchive to store files deleted on remote devices
      "use_sync_trash" : true,
//  restore modified files to original version, ONLY for Read-Only folders
//    "overwrite_changes" : false, 
//  specify hosts to attempt connection without additional search     
      "known_hosts" :
      [
        "<myip>:8888"
      ]
    }
,
    {//TAggToolC-Platte
      "secret" : "<secret5>",                   // * required field
      "dir" : "<sharedir5>", // * required field
//  use relay server when direct connection fails
      "use_relay_server" : true,
      "use_tracker" : true, 
      "use_dht" : false,
      "search_lan" : true,
//  enable SyncArchive to store files deleted on remote devices
      "use_sync_trash" : true,
//  restore modified files to original version, ONLY for Read-Only folders
//    "overwrite_changes" : false, 
//  specify hosts to attempt connection without additional search     
      "known_hosts" :
      [
        "<myip>:8888"
      ]
    }
  ]


// Advanced preferences can be added to config file.
// Info is available in BitTorrent Sync User Guide.

}

Eu tentei apagar as pastas da interface Win, remover .SyncID e similares no LinuxBox, adicionando-o novamente no WinBox usando a interface e alterando o segredo para o recente. Não consigo encontrar nenhum. arquivos (o que é muito difícil de fazer em pastas aninhadas; eu tentei find . -name ".\!*" ; não tenho 100% de certeza que funciona). Todas as dicas realmente apreciadas.

A versão do btsync em ambos os dispositivos é 1.3.106. A versão do Linux é uma versão de 64 bits. Agradecemos antecipadamente

    
por louis cypher 24.07.2014 / 17:58

1 resposta

0

Nada de errado com essa configuração. Depois de esperar outro dia, o cliente do Windows mostrou esses compartilhamentos. Eles já haviam sido sincronizados naquele momento.

    
por 28.07.2014 / 22:14