Can anyone help me with the installation of SpiderOak Backup on SME Server? I ahve followed the instructions posted on the SpiderOAK website (https://spideroak.com/faq/questions/68/how_can_i_install_spideroak_on_linux_without_software_installation_privileges/) but get to the last couple of steps and fail due to lack of explaination (experience/knowledge)

Edit the startup script as shown below. The SPIDEROAK_ROOT variable should be set to the path where you unpacked SpiderOak, as

determined in step 1. The parts that have been added are in blue.

#!/bin/sh

SPIDEROAK_ROOT=/home/bob/SpiderOak 
LD_LIBRARY_PATH="$SPIDEROAK_ROOT/usr/lib/SpiderOak:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH

exec $SPIDEROAK_ROOT/usr/lib/SpiderOak/SpiderOak "$@"

Now, simply run the startup script (/home/bob/SpiderOak/SpiderOak in this example) to launch SpiderOak.
link|improve this question
What is your specific question? Is the script not running correctly? Do you not know how to run the script? More information would be helpful here. – Nic Young Feb 9 at 17:18
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.