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, asdetermined 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.