Since i've been using Syncrify alot (instead of rsync) I wanted to share a how to for you. Parts of it are from the Syncrify Website but there howto is kinda uncomplete in my opninion
1. SSH to you Nas4Free
2. Add the following package's.
Code: Select all
$ pkg_add -v -r xtrans
$ pkg_add -v -r xproto
$ pkg_add -v -r xextproto
$ pkg_add -v -r javavmwrapper Code: Select all
pkg_add-v -r openjdk64. Download Syncrify
Code: Select all
fetch "http://synametrics.com/files/Syncrify/SyncrifyOther.tar.gz"Code: Select all
tar -zxvf SyncrifyOther.tar.gz Code: Select all
nano run.shCode: Select all
#!/bin/bash8. Start Syncrify
Code: Select all
./run.shIf you get a webpage displaying Syncrify everything works fine.
OPTONAL: Start Syncrify at Boot
10.a Go to "System" > "Advanced" > "Command Scripts" and add a
Code: Select all
cd /mnt/Syncrify;./run.sh &10.b Type: PostInit
Save > Reboot and enjoy!
DO NOT FORGET TO DESELECT LOCALHOST ONLY ACCESS IN THE SYNCRIFY WEBGUI
If you do select it your locked out!
Any questions just ask!




