Magnetic_dud

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by Magnetic_dud

  1. While searching ways to free up space in my system SSD, with spacesniffer i noticed huge logs in appdata/roaming/bittorrent sync and appdata/roaming/resilio. Those logs were 10gb big, and they kept the history of all my explorer.exe browsing.

    went to c:\secretfolder\secretfile on 24th april 2016 at 13.59? Logged!

    This imho is a big privacy issue, as this file indicates which folders and files are most accessed, can be useful to ransomware (encrypt most popular files first) or for forensic investigations, find file names with compromising names that were deleted long ago / see how often and when accessed those files.

    Also, writing logs like this, for no valid reason, is detrimental to the SSD life

  2. While investigating why my explorer.exe was crashing too often I found out that FOUR resilio explorer.exe DLLs not only weren't unregistered, but they continued to log all the folder access in appdata/roaming, with a 10gb log file!!

    I had all the history of previous resilio updates, including when they were named bittorrent sync

    Not only they were kept in memory after each update, but they weren't removed after the final uninstall (uninstall reason: the annoying windows 10 bug where the window keep opening at boot - you insist this is a feature, not a bug, it's clearly a bug, you are the only app with this behavior)

  3. Does anyone know if this bug has been fixed?

    Using a ssh tunnel + unison atm because this bug was driving me crazy, couldn't install on windows 10 systems anymore

    When it's just 2-3 pc, ssh+unison is a great alternative, but when i need to share to many others, resilio is perfect.

    No, I'm not willing to change my Windows settings to accomodate just one app, when the rest of them have already been fixed

  4. On 8/1/2018 at 9:37 AM, Helen said:

    Looks like Windows released patch in January that has option to disable this feature

    wait, so the problem is NOT fixed? The one you linked is a temporary fix. You can't pretend that all the users in the world change their system settings just to match your app

    Yours is the only app on my computers with this behavior, so it is a bug of your app, not a windows bug.

    If you don't plan to fix this bug, just tell us, so I will start to find an alternative.

    Thanks

  5. I created many shares on latest BT Sync 2.0.

    the problems are 2:

    1. The folders that I disconnected and deleted are still showing on the list
    2. Even if only 2 folders are syncing, the previous 12 shares that I created as a test are taking a slot of the "10 shares maximum".

    How I can permanently remove the shares?

  6. I did this:

    • 1. mkdir /files
    • 2. chmod -R 777 /files
    • 3. chown btsync:btsync /files
    • 4. set up a new sync directory inside /files

     

    Now, all the files created by the btsync process have "644" permissions, meaning that I can't write them from other users

    How can I force btsync to create files with "777" permission bits?

     

    Thanks