beo6

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by beo6

  1. Hello and sorry. Shoulf have really provided more informations but it was late for me. There are multiple peers involved. But basicly it is 1 master-server which has the read-write access and all other peers have read-only. The master-server is Linux, most other peers are Windows or Linux. Which is possibly important is that i use the selective sync feature for all windows peers so it is not necessary to sync all folders from the master-server. I waitet quite some time (not exactly sure how long but i would say it should have been able to create the folders) The whole application purpose is an updater tool so all other peers should never be able to make changes on the sync folder. But it is of course possible that they delete some folder and after that BTSync seems not to recreate them at the next sync. For the moment i create all folders and subfolders from my application with the help of the get_files method and it works very good. But i wonder if btsync shouldnt create them.
  2. Hello, i got a bit of an issue and i currently don't know how to solve it the best. When i Synced a directory structure it works very well. However when i delete a subdirectory btsync only prints a lot of errors like: TorrentFile: Failed to create empty suffix for file "directory/dir2/dir3/file" - 3SyncFilesController: failed to load torrent for file "directory/dir2/dir3/file"The only way to have it sync again completely is to create every directory and subdirectory manually. After i created them it syncs again. Do i really need to create all directories myself in my application? Thanks in advance for any help.
  3. Hello everyone. I started using BTSync daily now and wanted to sync also with my work computer. One Error is that when i start the application i get the following error: [Window Title] BitTorrent Sync [Main Instruction] Unable to create cache directory \\srv006\userdata\%username%\AppData\Roaming\BitTorrent Sync\Cache. [OK] since the user profiles get saved on a server i think there might be the problem. Creating the Cache directory manually under \\srv006\userdata\%username%\AppData\Roaming\BitTorrent Sync\Cache" didn't helped. When i start it as administrator i get no error, but the profile is also not saved on the server. For some reason the message window showed "AppData...\" (including the ...) Beside that the application starts but it can not find any server to sync with. I am pretty sure that is the firewall blocking it and i don't know how i could get it to work.