MerceanCoconut

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by MerceanCoconut

  1. @MerceanCoconut

    It looks like btsync was not registered during upgrade in HKEY_CLASSES_ROOT. It's rather simple to fix. I'm attaching a reg file - it associates btsync:// with btsync app. Please make sure that path is correct (it may change depending on x86/x64 version of Sync).

     

    @icymatter

    No, this is not the only way. Fixing the registry or reinstalling Sync should fix it.

     

    Sync was installed in Program Files (x86), so I decided to reinstall and grab the 64 bit version while I was at it.  That did indeed register the protocol.  I was pleased to see that uninstalling didn't remove existing sync directories.

     

    Thanks!

  2. I have Bittorrent Sync 1.4.93 on Windows 7.  This is the first time I've tried adding a sync folder by email.  I get has far as my browser trying to open a btsync:// link and not knowing what to do with it.  I have checked the default programs and there is no btsync:// protocol available.  I'm guessing that somewhere during the upgrade process this was missed.

     

    Anyone else with this problem?  I assume I need to add the protocol and link it to the btsync client.  I'm not sure how to do that.

  3. Unfortunately I know no way to achieve that. BitTorrent Sync allows only to bind the internal web server for the UI to a specific network interface, but not the engine itself. I would consider this a very useful change request.

     

    Agreed.  I have been waiting for this feature.  I find it very strange that the UI can be bound to a specific NIC, but not the engine.  From the sync.log file it seems to me that the engine binds to a single NIC, but I don't know how it decides.

  4. I'm getting strange behaviour using the UMASK setting. Any time I enable it, the web UI stops working.

    The first lines of my config file are:


    //!/usr/lib/btsync/btsync-daemon --config
    //
    // DAEMON_UID=chris
    // DAEMON_GID=executives
    // DAEMON_UMASK=0770
    //

    I am managing the file myself, not using dpkg. I have the same behaviour for 1.1.33 and now 1.1.40.

    As an aside, the dpkg options allow for setting umask, but not UID or GID.

  5. Is there a way for me to check the version installed from terminal? I am going based on what the web GUI says. is the proper way to do an upgrade sudo apt-get upgrade ?

    You can also check which version you have installed and what is the latest available version by typing


    apt-cache policy btsync

    Perhaps you've installed both btsync and btsync-user? You can check by running


    dpkg -l | grep btsync

  6. From what I've read, if I add a filename to .SyncIgnore that has already been synced and restart Sync, that file should be removed from other clients.

    However, when I do this, the file is not removed. New files are kept from syncing, but already existing files are not cleaned out.

    For example, client 1 has a lot of '.directory' files created by the file manager. If i add '.directory' to .SyncIgnore I expect that those files should be deleted from client 2. This does not happen. If I start deleting .directory files from client 2, they are now deleted from client 1.

    I'm using 1.1.15 on linux.

  7. Is it a good idea to add typical lock files to the ignore list? Are there any downsides?

    As far as I can tell if someone else is editing a file and the lock file gets synced to my machine. It looks like I created the lock file, so in the case of Word it wouldn't stop me from opening and editing that file anyway.