Koozali.org: home of the SME Server

Contribs.org Forums => General Discussion => Topic started by: wired-circuit on February 09, 2012, 01:09:03 PM

Title: SpiderOak Backup on SME Server
Post by: wired-circuit on February 09, 2012, 01:09:03 PM
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.
Title: Re: SpiderOak Backup on SME Server
Post by: Stefano on February 09, 2012, 01:38:24 PM
hi, I don't know what spideroak is, but you should tell us what you are trying to do and why..

thank you
Title: Re: SpiderOak Backup on SME Server
Post by: wired-circuit on February 09, 2012, 01:43:14 PM
It is an on-line backup service.  https://spideroak.com/faq/questions/68/how_can_i_install_spideroak_on_linux_without_software_installation_privileges/

The instructions for installation I read as being incomplete for a novice, thats what I need help with.
Title: Re: SpiderOak Backup on SME Server
Post by: Stefano on February 09, 2012, 01:56:51 PM
since (I guess) you are your SME's admin , just download the client rpm for centos and install with yum localinstall path-to-rpm

or is there something more we should know? ;-)
Title: Re: SpiderOak Backup on SME Server
Post by: wired-circuit on February 09, 2012, 01:59:10 PM
I have done that it is the highlighted part of the instruction I dont understand.
Title: Re: SpiderOak Backup on SME Server
Post by: janet on February 09, 2012, 02:44:20 PM
wired-circuit

Quote
Can anyone help me with the installation of SpiderOak Backup on SME Server?


Are you sure you are doing the right thing trying to install this on SME server ?
This appears to be a Client for a desktop system, so will not run on SME.
You should be installing this on a workstation as best as I can deduce.
Title: Re: SpiderOak Backup on SME Server
Post by: CharlieBrady on February 09, 2012, 05:24:56 PM
This appears to be a Client for a desktop system, so will not run on SME.
You should be installing this on a workstation as best as I can deduce.

Spideroak say that it can be installed on a headless server, and can be run from the command line.

https://spideroak.com/faq/questions/62/how_do_i_install_spideroak_on_a_headless_linux_server/

https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/

BTW, this is off-topic for this forum, which concerns only software installed from the SME server CDROM.
Title: Re: SpiderOak Backup on SME Server
Post by: wired-circuit on February 09, 2012, 06:06:32 PM
OK, so best not installed.  Can anyone suggest an on-line backup service/software to use with SME Server?
Title: Re: SpiderOak Backup on SME Server
Post by: chris burnat on February 10, 2012, 07:31:51 AM
Moved to General Discussions as requested.
Title: Re: SpiderOak Backup on SME Server
Post by: janet on February 12, 2012, 01:44:23 AM
wired-circuit

Quote
OK, so best not installed.

Well Charlie read further and has pointed out that you can run SpiderOak in command line mode on SME server.
Install it initially using the rpm to save you doing those configuration hassles you asked about earlier.
eg download the rpm to your server and do
rpm -Uvh packagename

Re command line use of SpiderOak
I assume it would be a "configure once" scenario and leave it to run automated.
If you want to retrieve data, then do that from a workstation install.
Title: Re: SpiderOak Backup on SME Server
Post by: mmccarn on February 12, 2012, 02:05:38 PM
Can anyone suggest an on-line backup service/software to use with SME Server?
If you must backup 'to the cloud', perhaps one of these:
http://rsync.net/
http://shapeshed.com/automating_backups_with_amazon_s3_on_linux/
http://www.zmanda.com/
https://www.dropbox.com/install?os=lnx

If you want a solid backup solution that gives you complete control of your backups:
http://affa.sourceforge.net/ (formerly http://wiki.contribs.org/Affa)

Title: Re: SpiderOak Backup on SME Server
Post by: Bozely on October 18, 2013, 02:34:45 PM
I successfully installed and backed up to SpiderOak on an SME test server

Download the RPM for Fedora from https://spideroak.com/opendownload/ (https://spideroak.com/opendownload/)and install using

Code: [Select]
yum localinstall [location of rpm]
On a vanilla SME 8 install I had no dependency issues

Then to connect to your SpiderOak account run

Code: [Select]
[root@testserv ~]# SpiderOak --setup=-
Enter login in details and your done.

For more information running it from the command line see the below link.

https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/ (https://spideroak.com/faq/questions/67/how_can_i_use_spideroak_from_the_commandline/)

I hope this is useful to someone.