erkr

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by erkr

  1. Hi,

    I installed version 1.1.48 on my ARM bases NAS (ZyXEL NSA325). This installations was straight forward and it works!

    One ISSUE; debug logging is on by default (without having a Debug.txt file in the .sync directory).

    As a result sync.log grows rapidly and keeps my NAS awake (no disk spin down). How to disable the logging???.

    Best regards, Eric

  2. I was able to get this working with my Zyxel NSA-221.

    1. InstappFFP - http://zyxel.nas-cen.../wiki/FFP-stick - this must be installed and setup first.

    2. Copy btsync file that is located in the ARM compressed file to /ffp/bin using telnet. - http://syncapp.bitto...sync_arm.tar.gz

    3. Create file /ffp/start/btsync.sh with the following text- this is to make it auto start when the NAS is rebooted.


    #!/ffp/bin/sh
    /ffp/bin/btsync

    Then make btsync.sh executable with chmod.


    chmod u+x /ffp/start/btsync.sh

    Hope this helps someone

    Eddie

    Thanks, With this info I easily got version 1.1.48 running on my NSA325 (Zyxel)

    I only changed /ffp/start/btsync.sh to support start, status and stop:


    #!/ffp/bin/sh
    . /ffp/etc/ffp.subr
    command="/ffp/bin/btsync"
    run_rc_command "$1"

    Thanks

  3. Hi, I installed version 1.1.48 on my ARM bases NAS (ZyXEL NSA325). It works, and isntallations was straight forward. One ISSUE; debug logging is on, without having a Debug.txt file in the .sync directory. sync.log grows rapidly and keeps my NAS awake (no disk spin down). How to disable the logging???. Best regards, Eric

  4. Yes, a number of users (myself included!) have requested the ability for SyncApp to start truly minimized to just the system tray only (and not also be present in the taskbar)... so the SyncApp team are aware of this request! Hopefully it might come with the new build next week! :)

    Would be great! I'm looking forward to test the update (especially the improved secret keys).