RomanZ

Administrators
  • Posts

    3,588
  • Joined

  • Last visited

Everything posted by RomanZ

  1. @roberthr Anything specific about these files? Encoding, size, etc? Also, can I get logs from your peers that does not want to sync and at least one file name? @rootd, @aville Issue is known and fix is on the way - please expect it in next public update!
  2. @Scott1x It might happen that OS did not send a notification that file has changed. Did you verify that it is still not synced even after rescan interval (typically - 10 minutes)?
  3. @all, We've managed to reproduce similar issue with only one Android device (which looks to be specific for only this particular device). Could you please describe the environment when deleted folders return: how much peers are involved? are they desktop / mobiles? If someone has a stable repro - please collect debugs for me as I need it to see the traces of issue in debug logs.
  4. @suchusernamemuchcreative The unit is Mb. So, 500 means 500 Mb. For the blank UI - it is a known issue, will be fixed very soon. As a workaround - set the "webui_local_storage" in settings.dat to empty string ("") - it should fix your blank UI. Note that Sync shouldn't be running when you modify settings.dat.
  5. @russelltechnology Yep - you'll need to set "check_for_updates" value in config file to "false" - see here for details.
  6. @jrsphoto Sorry, no ETA for now.
  7. @daddyfix Which user runs Sync on your PI? Make sure that it has access to "/path/to/mnt/exteral/"
  8. @suchusernamemuchcreative Can you please set the "log_size" preference to, say 500 (Mb), turn on debug logs and sent debug log to me? It looks suspicious indeed, so I'd like to see what makes your Sync to rescan so often.
  9. @robson.sobral When you open a file in another app - iOS actually copies it. This is one of reasons why it takes longer. Though, iOS 8 supports some limited access of other apps to an app internal storage - so this is very likely to improve in future. @chmars2020 That's right. Next major release for iOS will contain new layouts designed for iPhone 6 (plus).
  10. @ade_m BTSync 1.4 has indeed improved mechanism of files movement / rename detection. Though, this mechanism limited to Sync directory boundaries. So, if you move file / folder inside your Sync folder - it is very unlikely that sync will retransmit files. If you move them between your sync folders - it will definitely not notice that and treat it as 2 separate events - file removal and new file creation.
  11. @DesertShadow We don't have an external issue tracker - though we have Feature Request subforum, where you can post your feature requests. Also, we've implemented an HTTP based API. Will it work for you?
  12. @sab34 They should be synced to encrypted nodes. Though, they are not - which is and issue and will be fixed.
  13. @chmars2020 There is an autostart option: see "(Cog button) -> Preferences -> "Start Sync on Startup". As for the dock icon - it will disappear as soon as you close main window (unless you check the "Options -> Keep in Dock").
  14. @mastergeek, @rossipedia, Is there some issues we can help you to resolve (and make Sync 1.4 better)?
  15. @borahshadow One little note. It looks like in your setup you are going to sync whole array of data, while smaller subsets of data will be synced from storage device to local endpoint devices (desktops, laptops, etc.). Note, that if you are going to use Sync to deliver subsets of data to local endpoint devices, you are very likely going to use "Nested folders", i.e. sync folders inside other sync folders. Their usage is limited to read-write keys only, i.e. nested folders does not allow usage of RO key neither for parent nor for child.
  16. @suchusernamemuchcreative Please use this python script to set some particular value. Run it with next params: settings.dat set folder_rescan_interval <your_value> Script is experimental, so use with care and backup your settings.dat first. What makes you think that it is indexing files all the time? Also, how many files and folders do you actually have there?
  17. @sfmcnally I confirm this issue. It is already fixed and will be available in next update.
  18. @DerakDerantick I still suspect that your config file is non-UTF8 encoded: the special char in your name should be encoded by 2 or more bytes, while console shows only single question mark. I can check it if you send me your config file (stub your secrets, of course). Alternative way to reset a password would be to delete settings.dat and settings.dat.old - though, it will reset all the global app preferences for Sync.
  19. @DerakDerantick I'm a bit confused. To clarify, I'll be very precise in terms: 1) You want Sync to be automatically started without you logging in windows user? OR 2) You are using WebUI interface in your browser to access Sync UI and you want Sync to stop prompting you the user name and password to access UI?
  20. @datroubler Remove the leading slash for Linux. It should work fine.
  21. @Ima Fakeologist 1.4 version for Android has a "Simple mode" turned on which makes Sync easier for non tech-savvy people. You can disable it in app preferences - then it will allow you to choose any folder to store sync.
  22. @adam1v, @unrman, Sync workflow is totally normal from POV of regular Linux app - it sets process owner as files owner and umask for permissions. Though, it makes it not very useful on real life products - like running on QNAP or other products. You are definitely heard, we'll see what can we do here. Thanks for the feedback.
  23. Not exactly. Sync will encrypt these files prior transferring, though they will be stored in decrypted way on peer's HDD - unless peer is using Encrypted Secret.
  24. @AzimutTheUt I'll need debug logs, from both phone and PC. While phone always has debug on, you'll need to turn it on on PC. @LikeNoOne Yes. Just send us feedback from the app - it will propose to include debug logs. Please refer this topic and your nickname in message body. @ldwg If you did an upgrade - reinstall can help you. Otherwise - i'll also need debug logs from both your iOS device and Mac. @argos Not yet, but we definitely want to implement it in future!