Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- « Previous
-
- 1
- 2
- Next »
Re: Add Crashplan client - easier way to setup client on PC
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-04-14
03:04 AM
2011-04-14
03:04 AM
Re: Add Crashplan client
Thanks very much for writing this. I installed Crashplan on an Ultra2+, it was dead-simple. One typo...you have:
That should be "apt-get update".
avpman wrote:
3) execute "apt update"
That should be "apt-get update".
Message 26 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-04-26
12:05 PM
2011-04-26
12:05 PM
Re: Add Crashplan client
I think everything worked well, the only thing I can not get to work is how to connect to the headless NAS
I found these instructions but I do not understand what to do excactly.
http://support.crashplan.com/doku.php/h ... ess_client
Anybody have some tips on how to do this (I am on windows)
Thanks a lot in advance.
I found these instructions but I do not understand what to do excactly.
http://support.crashplan.com/doku.php/h ... ess_client
Anybody have some tips on how to do this (I am on windows)
Thanks a lot in advance.
Message 27 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-04-26
08:27 PM
2011-04-26
08:27 PM
Re: Add Crashplan client
Philos31 wrote:
Anybody have some tips on how to do this (I am on windows)
PM sent.
Message 28 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-04-27
01:51 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-04-27
05:05 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-09-24
08:29 AM
2011-09-24
08:29 AM
Re: Add Crashplan client
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...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!
Message 31 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-10-20
03:13 AM
2011-10-20
03:13 AM
Re: Add Crashplan client - easier way to setup client on PC
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.
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.
Message 32 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-11-20
12:40 PM
2011-11-20
12:40 PM
Re: Add Crashplan client - easier way to setup client on PC
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
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.
Message 33 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2011-11-25
10:58 PM
2011-11-25
10:58 PM
Re: Add Crashplan client - easier way to setup client on PC
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.
Message 34 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-03-21
06:25 PM
2012-03-21
06:25 PM
Re: Add Crashplan client - easier way to setup client on PC
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!!!
Message 35 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-27
03:38 PM
2012-07-27
03:38 PM
Re: Add Crashplan client
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.
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.
Message 36 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-28
01:07 AM
2012-07-28
01:07 AM
Re: Add Crashplan client
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
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
Message 37 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-07-28
10:03 AM
2012-07-28
10:03 AM
Re: Add Crashplan client
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.
dingfwen wrote: Just a word of warning, I don't think allowing incoming GUI connections to the remote server is secure...
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).
Message 38 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-09-01
10:17 PM
2012-09-01
10:17 PM
Re: Add Crashplan client
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?
Message 39 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2012-09-02
12:46 AM
2012-09-02
12:46 AM
Re: Add Crashplan client
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.
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.
Message 40 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-01-05
12:22 PM
2013-01-05
12:22 PM
Re: Add Crashplan client
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?
Message 41 of 42
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2013-01-05
12:36 PM
2013-01-05
12:36 PM
Re: Add Crashplan client
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
Message 42 of 42
- « Previous
-
- 1
- 2
- Next »