datroubler

Members
  • Posts

    37
  • Joined

  • Last visited

Posts posted by datroubler

  1. Hi! I have installed BTsync on my Raspberry Pi this way:

    wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_arm.tar.gztar -zxf btsync_arm.tar.gzsudo mkdir /etc/btsyncsudo mv btsync /etc/btsyncrm btsync_arm.tar.gzcd /etc/btsyncsudo chown root:root btsyncsudo chmod 755 btsync

    Source

     

    The disadvantge is that I don't get automatic updates.

    I tried to add the following ppas:

    https://launchpad.net/~tuxpoldo/+archive/btsync

    add-apt-repository ppa:tuxpoldo/btsync

    after

    apt-get update

    I still get

    apt-get install btsyncE: Unable to locate package btsync
     
    How can I fix this or is there any better way of getting updates automatically?
     
    edit:
    btw: how can I find the config file from btsync?
  2. Found this:

    "Selected folder is already added to BitTorrent Sync"
    If you try to add a folder to BitTorrent Sync and you see this message, it's likely that you've already used the "secret" you're entering for one of the other folders you're currently syncing. It's not possible to sync two separate folders on the same device using the same "secret".

     

    How can I release that btsync is mirroring the hard disk to hidrive?

  3. I am trying to use btsync with my Raspberry Pi.

    I mounted HiDrive (a german storage provider) and a Hard Disk.

    What I intend to do is to mirror Files from my PC to the HardDrive and from the HardDrive to the cloud stroage (hidrive).

     

    The first step works I could connect my PC to the RPi and the files are synchronised. But I can't add the (mounted) hidrive folder. I get the message that the folder has already been added:

    btsync8okf6.png

     

     

    The Folder on the HDD looks like this:

     

    freecom6ijgm.png

  4. I'd like to create a backup solution with raspberry pi and btsync:

    The Destination is my Computer which syncs the data to a hard drive conncted to the raspberry pi. At the same time I would like to sync the files to a gaerman storage provider (strato hdrive) which supports ftp.

    Would this be possible with btsync or do I need an additional application to transfer the files to this storage?