koloman

Members
  • Posts

    9
  • Joined

  • Last visited

Posts posted by koloman

  1. btsync has a `--log` parameter. I'm pretty sure you can use it to specify an alternative location for the log file.

     

    you can further specify the storage path for btsync in a config file. use `btsync --dump-sample-config > btsync.conf`to get a sample config file. use the "storage_path" option in the file to specify the storage location. you can then launch btsync with `btsync --config <your-config-file>` to apply your config file.

  2. I ended up creating a new identity in the BSD box and linking the other devices to this identity. It was a bumpy ride though. Sometimes linking didn't work with one device but with another. My Linux box wouldn't link at all in the beginning, then on the third round it suddenly worked. Activating my Pro license didn't work on the BSD box but later on the Linux box.

     

    Right now everything seems to be linked and rolling. Fingers crossed.

  3. I'm using the PPA (is that the right thing to say) at ppa:tuxpoldo/btsync through Synaptic Package Manager.

    and updated the system to reflect these changes.

     

    I then used Synaptic to install:

    btsync-core 2.0.85-1

    and

    btsync 2.0.0-2

     

    As far as I understood `btsync-core` is the 2.0 server package. You are not supposed to use it on a desktop like you do. You will run into a couple of issues, like file ownership and permissions.

     

    Instead you should install `btsync-gui` when its ready. As tuxpoldo pointed out earlier there are a couple of issues with the GUI that need fixing first.

     

    Can somebody confirm what I just wrote?