Add Crashplan client

A place to request add-ons from the ReadyNAS Community.

Re: Add Crashplan client

Postby harveyd » Sat Sep 24, 2011 8:29 am

dkerr wrote:I have got CrashPlan to work on ReadyNAS Pro Pioneer. The Java JRE that comes bundled with CrashPlan does not work on ReadyNAS. For some reason it does not find the libsl.so.2 file. Solution is to add the java JRE from debian repositories first and not use the one that CrashPlan offers to install for you.

1) Login to your ReadyNAS through SSH as root. Uninstall CrashPlan if your prior (broken) install is still there.

2) edit /etc/apt/sources.list (you can use the vi editor) to add this line to the end...

Code: Select all
deb http://archive.debian.org/debian-backports etch-backports main non-free


3) execute "apt update"

4) execute "dpkg-reconfigure debconf" and select the "Dialog" option (1) and "Medium" prompt level (3) This is necessary so that the sun JRE license agreement can be displayed and accepted by you. When you are done you can put it back to Non Interactive mode.

5) execute "apt-get install sun-java6-jre" and follow instructions.

6) Now you can install CrashPlan... download, unpack, run "./install.sh" it should not prompt you to install the Java JRE because the Sun Java6 JRE is already there.



Your're done. Or at least I was... it worked for me (on a ReadyNAS Pro Pioneer).

DAK



Worked Perfectly for me, thanks!
harveyd
ReadyNAS Newbie
 
Posts: 10
Joined: Tue Jul 19, 2011 3:35 am
ReadyNAS: Ultra

Re: Add Crashplan client - easier way to setup client on PC

Postby fs1011 » Thu Oct 20, 2011 3:13 am

works perfect for me.

However, the crashplan instruction for running the client from PC is really not need. Here is what I did and works perfectly (I did have some help from an IT geek at work:) :

- Access your NAS through SSH and go into the folder where CrashPlan is installed
- Edit (vi) conf/my.service.xml
- There's a line that says ServiceHost. Fill out the IP of your NAS (the one from your LAN like 192.168.1.2)
- Save the file and restart the CrashPlan service
- On your computer (the one you want to control your NAS backups from), look for a file called ui.properties in Program Files/CrashPlan
- Edit the file and uncomment the serviceHost line and modify 127.0.0.1 with the IP of your NAS (for instance 192.168.1.2).


Finally, open CrashPlan.
fs1011
ReadyNAS Newbie
 
Posts: 1
Joined: Thu Oct 20, 2011 3:11 am
ReadyNAS: NVX

Re: Add Crashplan client - easier way to setup client on PC

Postby Krowten » Sun Nov 20, 2011 1:40 pm

I'm just trying out CrashPlan. After using ReadyNAS Vault for a few years at one customer, we have started to have tons of problems with extremely high load averages when ReadyNASVault is running (mostly memory and IO wait), to the point where all the shares on the ReadyNAS become extremely slow or non-responsive. Vault Services has been trying (somewhat, their support effort leaves a lot to be desired) to figure it out for weeks now and cannot (I even gave their developers SSH access to the box). So now I'm looking for an alternative and this looks promising.

One concern I have about allowing the CrashPlan client to bind to the actual IP of the ReadyNAS is security. I wonder if they recommend doing an SSH tunnel because there is no real security between the CrashPlan client and the CrashPlan Daemon. There doesn't appear to be any authentication mechanism and I'm not sure if the traffic between the client and daemon is even encrypted (I'll take a trace and look at it when I have a chance). At least with SSH you have to authenticate and the communication between the CrashPlan client and daemon is going to be encrypted.

For a home user, this may not be a big concern, but I tend to be pretty paranoid about security :)

I do have a few additional questions:

1. Do future Radiator updates cause any issues with Java and/or Crashplan? Do you have to re-install Java and/or Crashplan after an update? Do you lose your configuration?
2. Any long time performance issues with Java? Seems that Java wouldn't be the most efficient choice for a backup client.
3. How is Crashplan support? Better than Vault Services?
4. What is the local backup location on the ReadyNAS used for (when you install Crashplan it asks you to pick a directory this)? Is that if you have other Crashplan clients backup to the ReadyNAS?

Thanks.

Matt


fs1011 wrote:works perfect for me.

However, the crashplan instruction for running the client from PC is really not need. Here is what I did and works perfectly (I did have some help from an IT geek at work:) :

- Access your NAS through SSH and go into the folder where CrashPlan is installed
- Edit (vi) conf/my.service.xml
- There's a line that says ServiceHost. Fill out the IP of your NAS (the one from your LAN like 192.168.1.2)
- Save the file and restart the CrashPlan service
- On your computer (the one you want to control your NAS backups from), look for a file called ui.properties in Program Files/CrashPlan
- Edit the file and uncomment the serviceHost line and modify 127.0.0.1 with the IP of your NAS (for instance 192.168.1.2).


Finally, open CrashPlan.
Krowten
ReadyNAS Newbie
 
Posts: 33
Joined: Fri Dec 29, 2006 10:31 pm
ReadyNAS: Pro

Re: Add Crashplan client - easier way to setup client on PC

Postby archey » Fri Nov 25, 2011 11:58 pm

fs1011 wrote:works perfect for me.

However, the crashplan instruction for running the client from PC is really not need. Here is what I did and works perfectly (I did have some help from an IT geek at work:) :

- Access your NAS through SSH and go into the folder where CrashPlan is installed
- Edit (vi) conf/my.service.xml
- There's a line that says ServiceHost. Fill out the IP of your NAS (the one from your LAN like 192.168.1.2)
- Save the file and restart the CrashPlan service
- On your computer (the one you want to control your NAS backups from), look for a file called ui.properties in Program Files/CrashPlan
- Edit the file and uncomment the serviceHost line and modify 127.0.0.1 with the IP of your NAS (for instance 192.168.1.2).


Finally, open CrashPlan.


Thanks, this worked.
archey
ReadyNAS Newbie
 
Posts: 4
Joined: Sun Nov 12, 2006 12:55 pm
Location: Orange County, CA
ReadyNAS: Ultra

Re: Add Crashplan client - easier way to setup client on PC

Postby RedDeath » Wed Mar 21, 2012 6:25 pm

archey wrote:
fs1011 wrote:works perfect for me.

However, the crashplan instruction for running the client from PC is really not need. Here is what I did and works perfectly (I did have some help from an IT geek at work:) :

- Access your NAS through SSH and go into the folder where CrashPlan is installed
- Edit (vi) conf/my.service.xml
- There's a line that says ServiceHost. Fill out the IP of your NAS (the one from your LAN like 192.168.1.2)
- Save the file and restart the CrashPlan service
- On your computer (the one you want to control your NAS backups from), look for a file called ui.properties in Program Files/CrashPlan
- Edit the file and uncomment the serviceHost line and modify 127.0.0.1 with the IP of your NAS (for instance 192.168.1.2).


Finally, open CrashPlan.


Thanks, this worked.


Worked for me as well..

Thank you!!!
RedDeath
ReadyNAS Newbie
 
Posts: 38
Joined: Fri Jan 21, 2011 8:20 am

Re: Add Crashplan client

Postby fiber » Fri Jul 27, 2012 3:38 pm

Once installed according to dkerrs recommendations, how do I get a GUI to interface with Crashplan client on the ReadyNAS?
Under OSX there are 2 clients: one that actually takes care of the backup and one that provides a GUI. I suppose that with dkerrs recommendations, the first mentioned client is installed.
fiber
ReadyNAS Newbie
 
Posts: 5
Joined: Fri Jul 06, 2012 12:35 am
ReadyNAS: Ultra

Re: Add Crashplan client

Postby dingfwen » Sat Jul 28, 2012 1:07 am

Just a word of warning, I don't think allowing incoming GUI connections to the remote server is secure. I found this reply on a similar post from someone from Crashplan:
http://www.schwer.us/journal/2011/04/29/connect-to-a-headless-crashplan-desktop/

Matthew Dornquast says:
01 May 2011 at 1:06 pm
Hi! bonus points for figuring out an alternative way! The reason we don’t recommend doing it this way is the gui listener is not considered “secure”. In theory, someone could connect to your service now and do things you don’t want them to.

That’s why our instructions show you how to do this over SSH. That being said, if it’s not available from the internet, only your LAN (i.e. media server), this is a great alternative.
~Matthew
dingfwen
ReadyNAS Newbie
 
Posts: 1
Joined: Sat Jul 28, 2012 1:02 am
ReadyNAS: Ultra

Re: Add Crashplan client

Postby StephenB » Sat Jul 28, 2012 10:03 am

dingfwen wrote:Just a word of warning, I don't think allowing incoming GUI connections to the remote server is secure...
I agree. The suggested SSH tunneling certainly creates an encrypted connection. Though if someone does guess the password, they have full access to the NAS.

On the other hand, changing the servicehost results in an unencrypted connection between the client and the server. If the NAS is in the DMZ (or if you forward the crashplan port in your router), then this creates its own security risk. Also in a corporate setting, this unencrypted connection is a vulnerability. If someone can read the crashplan login/password, they have full access to your data (and can directly connect to the crashplan cloud servers to get it).

On the whole, I prefer the SSH method (and keeping the SSH access contained to my local LAN).
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5089
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Add Crashplan client

Postby simon0117 » Sat Sep 01, 2012 10:17 pm

sphardy wrote:
lagreca wrote:Will this only work on an x86 ReadyNAS? I have a ReadyNAS NV which uses their old processor architecture and would LOVE to do this, but I have a feeling it only works on current x86 variants of the ReadyNAS. Can anyone tell me for sure if this is the case?

The requirement for java will prevent this being run on sparc-based NAS like Duo & NV+


I don't suppose anyone has been able to get Crashplan running on a Duo yet?
simon0117
ReadyNAS Newbie
 
Posts: 6
Joined: Sat Jul 07, 2012 9:52 am
ReadyNAS: Duo

Re: Add Crashplan client

Postby mdgm » Sun Sep 02, 2012 12:46 am

No.

You'd need the Duo/NV+ v2 (ARM) or Ultra/Pro (x86). Note that due to the different RAID format you can't migrate your disks between different CPU architectures so if you got a newer NAS you would need to transfer your data across your network.
Useful links: My ReadyNAS Gear|FAQ|Hardware Compatibility List|Docs: Setup Guide, Manual|Downloads|Unofficial Tips|GPL|MDGM on Twitter|MDGM's Unofficial Guides
NB: A ReadyNas is not an excuse not to have a backup. Fire, theft, multiple disk failures, other hardware failure, floods, user negligence etc. can all result in loss of data.
How we users can contact NETGEAR Technical Support | Australia: 1300 361 254 / Other Numbers|Online Submission
Unofficial Guide for Moving from Sparc ReadyNAS to x86 ReadyNAS|Using Gmail with the ReadyNAS|XRAID Volume Size Calculator
User avatar
mdgm
ReadyNAS Enthusiast
 
Posts: 28619
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: Add Crashplan client

Postby fiber » Sat Jan 05, 2013 1:22 pm

Anyone able to tell me how to access Crashplan and alter settings (via a Graphical User Interface) after installing according to the instructions in this topic?
fiber
ReadyNAS Newbie
 
Posts: 5
Joined: Fri Jul 06, 2012 12:35 am
ReadyNAS: Ultra

Re: Add Crashplan client

Postby fbmachines » Sat Jan 05, 2013 1:36 pm

fiber wrote:Anyone able to tell me how to access Crashplan and alter settings (via a Graphical User Interface) after installing according to the instructions in this topic?


You need to install crashplan on another computer in your LAN and follow the headless instructions...

http://support.crashplan.com/doku.php/h ... ess_client
NAS 1 [File Server]: ReadyNAS NV+, Raidiator 4.1.10, 1024 MB, X-RAID, 4x Seagate ST31000340AS 1 TB
NAS 2 [Media Server]: ReadyNAS NV+, Raidiator 4.1.10, 1024 MB, X-RAID, 4x Samsung Spinpoint F4EG HD204UI 2 TB
NAS 3 [HDD Image Server]: ReadyNAS NV+, Raidiator 4.1.10, 1024 MB, X-RAID, 3x Western Digital RE3 WD1002FBYS-02A6B0 1 TB
NAS 4 [Backup for NAS 1,2 & 3]: ReadyNAS NV+, Raidiator 4.1.10, 1024 MB, X-RAID, 4x Hitachi HDS722020ALA330 2 TB
NAS 5 [Off-Site Backup for NAS 1,2 & 3]: ReadyNAS NV+, Raidiator 4.1.10, 1024 MB, X-RAID, 4x Seagate ST31500341AS 1.5 TB
NAS 6 [BitTorrent Client]: ReadyNAS Duo, Raidiator 4.1.10, 1024 MB, X-RAID, 2x Western Digital RE2 WD5001ABYS 500 GB
NAS 7 [CrashPlan Client]: ReadyNAS Pro-6, Raidiator 4.2.23, 4096 MB, X-RAID2, 6x Samsung Spinpoint F4EG HD204UI 2 TB
NAS 8 [On-site Backup]: ReadyNAS Pro-6, Raidiator 4.2.23, 8192 MB, X-RAID2, 6x Samsung Spinpoint F4EG HD204UI 2 TB
NAS 9 [Off-site Backup]: ReadyNAS Pro-2, Raidiator 4.2.23, 1024 MB, X-RAID2, 2x Western Digital RE3 WD5002ABYS-01B1B0 500 GB
NAS 10 [Testing]: ReadyNAS RN102, ReadyNAS OS 6.0.6, 512 MB, X-RAID2, 2x Seagate Pipeline ST3500321CS 500 GB

Network: ProSafe UTM25 :: Netgear GS724Tv3 :: HP Procurve 1810-24G :: Netgear WNDR3700v1 :: D-Link DGS-2205
UPS: CyberPower CP1000AVRLCD :: CyberPower CP850AVRLCD :: 4x CyberPower CP825AVRG :: APC Back-UPS ES 550
User avatar
fbmachines
Advanced ReadyNAS Expert
 
Posts: 594
Joined: Thu Dec 27, 2007 6:23 am
Location: Austin, Texas
ReadyNAS: Pro

Previous

Return to Community Add-on Requests



Who is online

Users browsing this forum: No registered users and 1 guest