Borph

Members
  • Posts

    29
  • Joined

  • Last visited

Posts posted by Borph

  1. After installing Synology package 2.2.5 some of my shared folders seem to have an error, see screenshot (column is 'status').

     

    The folder exists, and the access rights seem to be right, also for the .sync folder. Any idea?

     

    Another issue (minor ATM): under "Preferences -> Advanced -> More Options" it opens just the warning message, but in previous version there was a number of options to change. Seems to be wrong purely in UI.

    post-47894-0-27641400-1444827504_thumb.p

  2. @kos13: I would implement it in the GUI, but as first step even easier, in a file like the IgnoreList, say 'WhiteList'?

    Imagine you have a number of subfolders in your synced folder, e.g. I have a folder with photos:

     

    photos

     -2013

     -2014

     -2015

     

    And on one device you just have the file 'WhiteList' in 'photos/.sync' configured with

     

    2015

     

    and it would just sync that subfolder of it.

  3. This is quite an internet focused company, selling a virtual good. Bitcoin is Internet money. Why not accepting Bitcoin for payment for the pro license? Using a payment processor its easy, and it would enable to sell and ship licenses to every corner of the world, even to countries which don't like e.g. Paypal.

  4. I purchased the 2.2 license, and the email says

     

    "On Linux, copy the link, and click the “Manual Connection” button in the web UI to paste it."

     

    I did that, but it says "invalid link". My guess is that the link has spaces and other characters, which get converted while pasting into %2B and %3D and such.

     

    Anyway, how am I supposed to convert such link?


    Ehm, I don't have even the way to add it on command line:

     

    btsync --license Sync_Pro_Purchase.btskey

     

    was without effect.

  5. A: Non-subscription Sync Pro licenses include all product updates within a given product version. 

    Upgrade releases contain functional enhancements and must be purchased separately unless you have an active subscription license.

     

    "product version" == major version number I hope, as it was said before it covers 2.x releases.

     

    Well, they are always free to increase the major number for rather minor improvements if they want to introduce a new licence of course..

  6. box:$ dpkg -l btsyncGewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/         Halb installiert/Trigger erWartet/Trigger anhängig|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)||/ Name               Version        Architektur    Beschreibung+++-==================-==============-==============-==========================================ii  btsync             1.4.1-1        all            Private network P2P file synchronisation d

    I added the PPA and ran sudo apg-get install...that's all.

    Just ran an apt-get update & upgrade, it seems to update to 2.0, sorry for inconvenience.

  7. Hi,

    I think about installing 2.0 on Ubuntu/Linux and wonder about the new features, not all Linux related.

     

    - How does the "on demand" (placeholder) sync feature work? Under Windows there are the .bts files.

    - How can files which are downloaded "on demand" be removed again to return to the placeholders? "rm -rf"?

    - Is there "selective sync"? I don't mean the "on demand download", rather excluding/including subfolders via the API *.

    - Is there any API for 2.0 at all?

    - Is there a way to created encrypted 2.0 folders for untrusted peers?

     

    *http://help.getsync.com/customer/portal/articles/1588607-sync-api-command-reference

     

  8. I just installed it where it wasn't installed before with

    apt-get install btsync

    But the web-ui shows me 1.4.111!

    dpkg-reconfigure btsync

    didn't help. I noticed that there are two btsyncs:

    box:~$ /usr/lib/btsync/btsync-daemon --helpBitTorrent Sync 1.4.111box:~$ /usr/lib/btsync-core/btsync-core --helpBitTorrent Sync 2.0.85

    How to tell that the latter should be automatically started?