
When looking for an alternative for CrashPlan, which was way to slow (350kb/sec), I found SpiderOak. Is it not only backup, but allso, syncing and sharing. It supports, Linux, Mac and Windows. And you get 2GB free!
This is what I did to get it up and running on my TS-509 Pro. You do need a debian based linux distro to extract the .deb file. If you are on windows you can use VirtualBox (free) with the Ubuntu LiveCD (free).
Download SpiderOak: https://spideroak.com/download/ubuntulucid and extract it using the following command from the commandline
Code: Select all
dpkg-deb -x spideroak_9667_i386.deb spideroak
Code: Select all
ipkg update
ipkg install python26
cp -r /share/Qdownload/spideroak /opt
mkdir /opt/spideroak/conf
vi /opt/spideroak/usr/bin/SpiderOak
Code: Select all
#!/bin/sh
if [ ! -d "/root/.SpiderOak" ]; then
ln -s /opt/spideroak/conf /root/.SpiderOak
fi
LD_LIBRARY_PATH="/opt/spideroak/usr/lib/SpiderOak:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
exec /opt/spideroak/usr/lib/SpiderOak/SpiderOak "$@"
The following is an excerpt from: https://spideroak.com/faq/how_do_i_set_ ... ommandline
Go to https://spideroak.com/nus/console and fill out the form and submit. Save the newusersetup.js to your NAS. Then do the following on your NAS:
Code: Select all
/opt/spideroak/usr/bin/SpiderOak --bootstrap=<path to downloaded file>
Commandline options:
Code: Select all
/opt/spideroak/usr/bin/SpiderOak --help
Code: Select all
/opt/spideroak/usr/bin/SpiderOak --include-dir=INCLUDE_DIR
Code: Select all
/opt/spideroak/usr/bin/SpiderOak --batchmode (use the -v option for log output in the terminal)
Code: Select all
0 2 * * * /opt/spideroak/usr/bin/SpiderOak --batchmode