Btsync: 5 つの共有のうち 3 つだけが同期されました

Btsync: 5 つの共有のうち 3 つだけが同期されました

Win7 コンピューターから Linux ボックスに 5 つの共有を同期しようとしています。Linux ボックスは、次の構成で構成されています。設定をいろいろ試してみましたが、5 つの共有のうち 3 つしか同期できませんでした。何が原因なのか、誰か教えてもらえますか? btsync には共有の最大数がありますか?

詳細を見逃していないことを完全に確認するために、完全な設定を貼り付けます。元の設定から変更した部分は次のようにマークされています。

{   

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

}

Win インターフェースからフォルダーを削除し、LinuxBox で .SyncID などを削除し、インターフェースを使用して WinBox に再度追加し、シークレットを最近のものに変更してみました。.! ファイルが見つかりません (ネストされたフォルダーでこれを行うのは非常に困難です。試しましたがfind . -name ".\!*"、100% 機能するかどうかはわかりません)。すべてのヒントを本当に感謝しています。

両方のデバイスのbtsyncバージョンは1.3.106です。Linuxバージョンは64ビットバージョンです。よろしくお願いします

答え1

この設定に問題はありません。さらに 1 日待つと、Windows クライアントにそれらの共有が表示されました。その時点ではすでに同期されていました。

関連情報