
Я пытаюсь синхронизировать 5 общих ресурсов с компьютера Win7 на Linux-компьютер. Linux-компьютер настроен следующим образом. Я довольно много экспериментировал с настройками, но мне удалось синхронизировать только 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, удалить .SyncID и т. п. на LinuxBox, добавить его снова на WinBox с помощью интерфейса и изменить секрет на последний. Я не могу найти никаких .! файлов (что очень сложно сделать во вложенных папках; я пробовал find . -name ".\!*"
; я не уверен на 100%, что это сработает). Все подсказки действительно ценятся.
Версия btsync на обоих устройствах 1.3.106. Версия linux — 64-битная. Спасибо заранее
решение1
Ничего плохого в этой настройке. Подождав еще один день, клиент Windows показал эти общие ресурсы. Они уже были синхронизированы в тот момент времени.