Crashplan for Dummies, aka Step by Step :)

Simplifying backup strategy with ReadyNAS

Re: Crashplan for Dummies, aka Step by Step :)

Postby avicenne13 » Tue May 08, 2012 11:55 pm

Thank you for great walkthrough. It took me around 20 minutes to get it up and running.

I have only one concern/question. I started backing up 15 GB of data. My upload speed is around 3 Mbit. During the backup, something happens, which I could not identify yet, and my ReadyNAS becomes unresponsive. I need to go the the ReadyNAS, push and hold the power button for some time to have a forced shutdown. Is this a problem that any of you have had?

My device is ReadyNAS Ultra 2, connected to a 20 Mbit fiber internet connection.

Regards.
avicenne13
ReadyNAS Newbie
 
Posts: 17
Joined: Mon Sep 05, 2011 11:51 am

Re: Crashplan for Dummies, aka Step by Step :)

Postby StephenB » Wed May 09, 2012 12:16 am

I have not seen that with the pro-6.
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5022
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Crashplan for Dummies, aka Step by Step :)

Postby sphardy » Wed May 09, 2012 1:19 am

nor my Ultra-4 or Duo-V2 - both have been highly reliable running Crashplan

NAS: Ultra-4, NV+ & Duo v2 :: ST31500341AS & HDS723020BLA642 Drives
Network: Netgear GS108Tv2 / DM111P :: Airport Extreme / Express & Time Capsule
Clients: OS X 10.6 - 10.8 :: Ubuntu 11.x :: Win 7 + SP#1
UPS: APC ES-550

Image
User avatar
sphardy
ReadyNAS Junkie
 
Posts: 4626
Joined: Thu Feb 28, 2008 3:34 am
Location: France
ReadyNAS: Ultra

Crashplan for Dummies, aka Step by Step :)

Postby fbmachines » Wed May 09, 2012 3:51 am

I haven't seen that in my Pro-6 with Crashplan running. However I did see that due to a RAIDiator bug. It has been corrected in 4.2.20.

What version RAIDiator are you running?
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.22, 4096 MB, X-RAID2, 6x Samsung Spinpoint F4EG HD204UI 2 TB
NAS 8 [On-site Backup]: ReadyNAS Pro-6, Raidiator 4.2.22, 8192 MB, X-RAID2, 6x Samsung Spinpoint F4EG HD204UI 2 TB
NAS 9 [Off-site Backup]: ReadyNAS Pro-2, Raidiator 4.2.22, 1024 MB, X-RAID2, 2x Western Digital RE3 WD5002ABYS-01B1B0 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

Re: Crashplan for Dummies, aka Step by Step :)

Postby depasseg » Wed May 09, 2012 4:41 am

I have experienced similar hangups on both of Pro 6 units. But that was prior to the upgrade to 4.2.20. I suggest following fbmachines advice and upgrade.
depasseg
ReadyNAS Newbie
 
Posts: 16
Joined: Thu Jan 05, 2012 10:10 am
ReadyNAS: Pro

Re: Crashplan for Dummies, aka Step by Step :)

Postby bishoptf » Mon May 21, 2012 6:32 am

depasseg wrote:I also ran into an issue with the target ReadyNas listed gray circle and a "Unable to backup - No Connection for x.x days" message. Here's the solution.

I increase the limit by running ulimit -n 8192 and then /etc/init.d/crashplan restart manually whenever I run into the gray circle issue. I've tried following the steps below to make it permanent, but haven't been successful.



Good updates, I cut my teeth on vi, but nano is probable easier for folks...Here are some suggestions for making that permanent, I don't have time atm to test them out but we should be able to make it work, the first is to make it like an addon:

Postby Skywalker » Fri Dec 07, 2007 11:44 am
The best way is probably to treat it as an addon. You can simply add a line in /etc/frontview/addons/addons.conf for your program. Follow the syntax of the SlimServer and DAAP addons, which is:

Code: Select all
SERVICE_NAME!!Friendly_Name!!Version!!Startup_command!!Stop_command


After that, add a line in /etc/default/services with

Code: Select all
SERVICE_NAME=1

.

So, for example, your a kissd service, it might be something like this:
In /etc/frontview/addons/addons.conf

Code: Select all
KISSD!!KISS Streaming Service!!0.1!!start-stop-daemon -S -q -b -x /usr/local/bin/kissdx -- -c /ust/local/etc/kissdx.conf -d!!start-stop-daemon -K -n kissdx


and in /etc/default/services

Code: Select all
KISSD=1


There is another option using the traditional rc.d methods, see this post for both methods - http://www.readynas.com/forum/viewtopic.php?f=35&t=14549


I would try the above first, if you need some help shoot me a PM and I will try to take a look but I think the addon method above shoudl work, just need to create the files...post back with success etc... :)
bishoptf
ReadyNAS Newbie
 
Posts: 17
Joined: Sat Sep 03, 2011 7:03 pm

Re: Crashplan for Dummies, aka Step by Step :)

Postby kc1 » Fri May 25, 2012 3:38 am

Thanks depasseg for your excellent instructions.

On this bit...
depasseg wrote:Great writeup. I added a couple things - like installing Nano rather than using vi and also including instructions to configure the headless monitoring:

* Install RootSSH Add-on
* Reboot
* SSH as root
* run: Apt-get update
...

...I had to use lower case "apt-get update"

depasseg wrote:...
* On your computer (the one you want to control your NAS backups from), look for a file called ui.properties in c:\Program Files\CrashPlan\conf
* Edit the file and uncomment (delete the #) the serviceHost line and replace 127.0.0.1 with the IP of your NAS (for instance 192.168.1.100).
...


Just wondering how to make it work so that I can control 2 NASs on my lan? The easiest way is probably to install the desktop app on another pc with the IP of the 2nd NAS in the ui.properties file, but I'm just wondering if those familiar with crashplan know of a way to make it work from one PC?
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: Crashplan for Dummies, aka Step by Step :)

Postby StephenB » Fri May 25, 2012 4:15 am

kc1 wrote:Just wondering how to make it work so that I can control 2 NASs on my lan? The easiest way is probably to install the desktop app on another pc with the IP of the 2nd NAS in the ui.properties file, but I'm just wondering if those familiar with crashplan know of a way to make it work from one PC?
Use bishoptf's original instructions (based on Crashplan's guide: http://support.crashplan.com/doku.php/h ... ess_client)

In short, leave the serviceHost line commented out in ui.properties and set servicePort to 4200 instead.

Then set up ssh profiles in putty for each NAS. Connect to the NAS you want to manage with Putty, then launch the crashplan client. When switching to the other NAS you exit the client, change the putty connection, and launch it again. (failing to exit the client is not fatal, it will error out).
User avatar
StephenB
Incurable ReadyNAS Junkie
 
Posts: 5022
Joined: Mon Oct 05, 2009 5:08 pm
ReadyNAS: Pro

Re: Crashplan for Dummies, aka Step by Step :)

Postby kc1 » Fri May 25, 2012 4:26 am

StephenB wrote:Use bishoptf's original instructions (based on Crashplan's guide: http://support.crashplan.com/doku.php/h ... ess_client)
In short, leave the serviceHost line commented out in ui.properties and set servicePort to 4200 instead.


Thanks, I got stuck at this bit when I tried those:

http://support.crashplan.com/doku.php/how_to/configure_a_headless_client wrote:Open a terminal window on 1.1.1.1.
Using SSH, forward port 4200 on 1.1.1.1 to port 4243 on 2.2.2.2.
The command is:
ssh -L 4200:localhost:4243 yourusername@2.2.2.2
, because these commands are recognised by Windows (my desktop PC), and I don't know what the equivalent is.
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: Crashplan for Dummies, aka Step by Step :)

Postby mdgm » Fri May 25, 2012 5:35 am

Use a free program called PuTTy to SSH in.

Choose SSH and enter the host 2.2.2.2 (replace the 2.2.2.2 with the actual IP address of the device).

Then go to the menus on the side panel. One of the options there will allow you to do the tunnel configuration.

Source Port: 4200
Destination: localhost:4243
Then click Add (don't forget to do this step)

then connect.
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: 28568
Joined: Tue Feb 17, 2009 9:34 pm
Location: Down Under
ReadyNAS: RN312

Re: Crashplan for Dummies, aka Step by Step :)

Postby kc1 » Fri May 25, 2012 5:42 am

Thanks, I thought it worked but spoke too soon:

After setting up the tunnel in PuTTY, and logging in, CrashPlan doesn't connect, and telnet says:
NVX:~# telnet localhost 4200
telnet: can't connect to remote host (127.0.0.1): Connection refused
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: Crashplan for Dummies, aka Step by Step :)

Postby kc1 » Fri May 25, 2012 6:32 am

Working after I remembered to set ServiceHost back to 127.0.0.1 in /usr/local/crashplan/conf/my.service.xml.

Thanks all
NV+ Firmware 4.1.7, NVX Firmware 4.2.22, Ultra 4 Plus Firmware 4.2.22, shared with Win7 ethernet network, using Netgear WNDR4000 & Netgear GS108 switch, BT HomeHub v3, DLNA to Samsung UE40ES8000 + Android devices
kc1
Advanced ReadyNAS User
 
Posts: 158
Joined: Thu Jun 26, 2008 6:12 am
ReadyNAS: NVX

Re: Crashplan for Dummies, aka Step by Step :)

Postby skim32 » Wed Jul 25, 2012 6:03 am

Can someone clarify something for me. Does this allow the readynas to directly backup to Crashplan without a computer running? Or do I still need a desktop running?
skim32
ReadyNAS Newbie
 
Posts: 14
Joined: Wed Nov 30, 2011 7:49 pm
ReadyNAS: Ultra

Re: Crashplan for Dummies, aka Step by Step :)

Postby sphardy » Wed Jul 25, 2012 6:30 am

No additional computer needed except to configure CP on the NAS. Data is then backed up from your NAS to the selected destination directly

NAS: Ultra-4, NV+ & Duo v2 :: ST31500341AS & HDS723020BLA642 Drives
Network: Netgear GS108Tv2 / DM111P :: Airport Extreme / Express & Time Capsule
Clients: OS X 10.6 - 10.8 :: Ubuntu 11.x :: Win 7 + SP#1
UPS: APC ES-550

Image
User avatar
sphardy
ReadyNAS Junkie
 
Posts: 4626
Joined: Thu Feb 28, 2008 3:34 am
Location: France
ReadyNAS: Ultra

Re: Crashplan for Dummies, aka Step by Step :)

Postby skim32 » Wed Jul 25, 2012 7:15 am

sphardy wrote:No additional computer needed except to configure CP on the NAS. Data is then backed up from your NAS to the selected destination directly


Great. Gonna give it a go tonight. Can anyone comment on how well the Readynas runs Crashplan? Does it take a lot of system resources? Is a RAM upgrade recommended? I have ReadyNas Ultra 4 Plus running stock.
skim32
ReadyNAS Newbie
 
Posts: 14
Joined: Wed Nov 30, 2011 7:49 pm
ReadyNAS: Ultra

PreviousNext

Return to Third-Party Backup



Who is online

Users browsing this forum: No registered users and 0 guests