spscotland

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by spscotland

  1. Works fine on unraid, just SSH/telnet in and:-

    #Download BTSync
    wget http://btsync.s3-website-us-east-1.amazonaws.com/btsync_i386.tar.gz -P /tmp

    #Untar BTSync
    cd /tmp && tar -xzf /tmp/btsync_i386.tar.gz

    #Remove tar
    rm /tmp/btsync_i386.tar.gz

    #Run binary
    /tmp/btsync --config /mnt/user/Appdata/bitTorrentSync/sync.conf

    Can anyone tell me if this is correct for use with iomega ix2-200?

    Thanks