Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Crashplan for Unraid 64bit (updated for beta5)

Featured Replies

 

  Running.            

Version:  3.5.3             Version Date:  2013-03-26

Backup Location:  /usr/local/var/crashplan/             CrashPlan Edition:  Not assigned.

Java:    Java SE Runtime Environment (1.6.0_25-b06, 64-bit)

 

Again only updated crashplan version to 3.5.3

and CPIO for 64 bit

other packages (openssh and openssl ) are in Unraid 64bit now

 

to my surprise it downloaded the 64bit Java package on first start (see above)

 

instructions same as in original post

http://lime-technology.com/forum/index.php?topic=24875.0

 

no need any more to use the crashplan gui plugin in my eyes.... but you can if you want to... there are no packages in the gui plugin so it should just run...

 

https://raw.github.com/sacretagent/Unplugged_64Bit_Unraid.6/master/Crashplan.3.5.3.64bit.plg

 

right click "save as" the link above

put the plg in boot/config/plugins

reboot or

installplg /boot/config/plugins/<insert plg filename here>

 

everything is on github so you can look at the code and solve problems which i will be happy to merge

 

like i said i didn't change anything at the other code so the original thread is still your best place for support

 

Update 16 May 2014

 

updated the plugin to work with unraid 6 beta 5

only thing what was necessary was to add a # on line 287

this is original line

parse_str($argv[1],$_POST);

 

this is modified code for beta 5

 

#parse_str($argv[1],$_POST);

 

I am not a coder and this solution comes from jumperalex who did the same in the plex plugin

so not sure if this new plg will still work for beta 1 to 3 if no just remove the # from the line above

 

 

thanks!

  • 3 weeks later...

Just an FYI since I had to debug upgrading myself.

 

If you're installing over a 32bit install it won't download the new JRE for you. Instead, download and extract from here http://download.crashplan.com/linuxjvm/jre1.6.0_25_x64.tgz

 

Replace the JRE folder from /usr/local/crashplan with the new extracted one.

 

— To start and test run

/usr/local/crashplan/bin/CrashPlanEngine start

/usr/local/crashplan/bin/CrashPlanEngine status

 

— If you have errors you can check the log at

/usr/local/crashplan/log/engine_error.log

 

If you run the CrashPlan uninstall and reinstall you have to reattach to a backup using the UI and it generally looks like a pain. I had no problems just doing these steps instead with the PLG from parent post.

thanks for posting that will probably help other people. I figured out it wasnt upgrading but didnt know what to do. So renamed my crashplan install folder and let it create a fresh one. Then stopped it and it made a backup.  so I replaced the files in the backup with the ones from my renamed dir and did a reboot and was back up and running again.

 

They are rolling out a new version I'm wondering if its going to go smoothly or not.

  • 2 months later...

Has anyone got this working in Beta 4? I can install the PLG and get to the settings page but changing the install directory and enable buttons does nothing, nor does the start button.

 

I have tried editing the cfg file in /boot/config/plugins to save those settings and that is reflected in the settings page but I still cannot get it to run. I click start and nothing at all happens.

 

I was able to get it running under beta 3 but upgraded due to nfs fixes.

 

Any ideas?

 

Has anyone got this working in Beta 4? I can install the PLG and get to the settings page but changing the install directory and enable buttons does nothing, nor does the start button.

 

I have tried editing the cfg file in /boot/config/plugins to save those settings and that is reflected in the settings page but I still cannot get it to run. I click start and nothing at all happens.

 

I was able to get it running under beta 3 but upgraded due to nfs fixes.

 

Any ideas?

 

Mine won't run on Beta4, same issue.

If anyone wants to try this until the plugin is fixed: I been using an Arch Linux virtual machine (posted by ironicbadger) to run CrashPlan with Beta 4 and it's been working well.

 

Sent from my Nexus 7 using Tapatalk

 

 

 

Has anyone got this working in Beta 4? I can install the PLG and get to the settings page but changing the install directory and enable buttons does nothing, nor does the start button.

 

I have tried editing the cfg file in /boot/config/plugins to save those settings and that is reflected in the settings page but I still cannot get it to run. I click start and nothing at all happens.

 

I was able to get it running under beta 3 but upgraded due to nfs fixes.

 

Any ideas?

 

Mine won't run on Beta4, same issue.

 

I had something like this and it was the Execute flag on the files it downloaded or the JRE. Dont remember exactly but mine works fine now....

  • 2 weeks later...

If anyone wants to try this until the plugin is fixed: I been using an Arch Linux virtual machine (posted by ironicbadger) to run CrashPlan with Beta 4 and it's been working well.

 

Sent from my Nexus 7 using Tapatalk

 

I like this idea and I tried to get this running but would always get stuck with crashplan saying the backup destination is unavailable even though I can access it via console.

 

I also managed to install crashplan under unraid without using the plugin and I got the same problem so I wonder if there's a bigger issue. Has anyone had this problem before?

Not working for me in beta 5a either.  Running installpkg on the .tgz file didn't work either.  Extracting the package and running the install.sh script worked fine, but obviously I don't want manually install and adopt my server every time I reboot. Hopefully somebody smarter than me can get the plugin working.

 

UPDATE: I'm not sure why but the plugin persisted just fine after a reboot today. Maybe a first time manual install is necessary? 

  • Author

updated for beta 5 see OP for changes

updated for beta 5 see OP for changes

 

Thanks for this! I will test it tonight and report back.

 

Sent from my GT-I9300 using Tapatalk

 

 

  • Author

ok autostart and autostop on array mount /dismount is not working

been messing around to get it working but my php fu is not strong enough to figure it out....

so if somebody can have a look why it is not auto starting/stopping ?

  • 3 months later...

i am getting a 404 error trying to download.  Is this plugin still available?

ok for others benefit i got it to install from here https://raw.githubusercontent.com/sacretagent/Unplugged_64Bit_Unraid.6/master/Crashplan.3.6.3.64bit.plg 

 

unfortunately i upgraded from 32 bit and pointing it at the old install location will not let it run.  Will update if i figure this out.

 

- UPDATE - got it working by following the java directions earlier in the thread . You need to replace 32 bit jre folders with 64 bit linked, AND i had to chmod 777 -R on the jre folder after copying from windows.

  • 1 month later...

Updated to Beta 10-a and now I cna't install the plg

 

'version attribute not present'

 

I tried copying the model from other plg's and there is a Version string set. I'm going to give up though.

I had a drive go down tonight suddenly. Ordering a new, bigger, SDD as well, going to use brtfs on flash and go with docker from now on. Plg's are getting too fragile between releases.  :-\

  • 4 weeks later...

I took the one that timbiotic referenced and I installed it fine on the newest beta.

  • 3 months later...

Did anyone manage to get Crashplan working for newer unraid 6? I just tested on completely fresh unRaid 6.0beta12, and the Crashplan page under settings is empty (for this plg: https://github.com/sacretagent/Unplugged_64Bit_Unraid.6/blob/master/Crashplan.3.6.3.64bit.plg). Since almost everything in the Crashplan plg happens in php code, that means pretty much the entire script is gone. I also tried my old Crashplan x86 plugin where I manually updated the dependencies (changed the cpio to slack 14.1 x64 and removed ssh/ssl dependencies), but that gave same behaviour with empty settings page. Is seems from the thread history that something was changed in some recent unRaid 6 release which breaks this php file. I'm not sure where to start looking though.

 

I also installed the jre manually as mentioned earlier in the thread, but since I just get a white page, I'm guessing the php script never ran, and I never got to the point where java might be a problem (because it also never unpacked the crashplan package)

 

Alex

Did anyone manage to get Crashplan working for newer unraid 6? I just tested on completely fresh unRaid 6.0beta12, and the Crashplan page under settings is empty (for this plg: https://github.com/sacretagent/Unplugged_64Bit_Unraid.6/blob/master/Crashplan.3.6.3.64bit.plg). Since almost everything in the Crashplan plg happens in php code, that means pretty much the entire script is gone. I also tried my old Crashplan x86 plugin where I manually updated the dependencies (changed the cpio to slack 14.1 x64 and removed ssh/ssl dependencies), but that gave same behaviour with empty settings page. Is seems from the thread history that something was changed in some recent unRaid 6 release which breaks this php file. I'm not sure where to start looking though.

 

I also installed the jre manually as mentioned earlier in the thread, but since I just get a white page, I'm guessing the php script never ran, and I never got to the point where java might be a problem (because it also never unpacked the crashplan package)

 

Alex

Why not just run the docker version?

  • 1 month later...

For those on newer betas I got it working again by adding the following to the go file ( /config/go file).  I got this from one of Phaze's suggestion for virtualbox so all credit goes to him

 

After you add this to the end, open up a telnet or ssh session and switch to the directory and run the go script  ( cd /boot/config then type in go )

 

here is what you add to go file

 

#PhAzE v12 Updates - crashplan

cp -r /usr/local/emhttp/plugins/webGui/phaze.page /usr/local/emhttp/plugins/dynamix

echo "" >> /usr/local/emhttp/plugins/CrashPlan/CrashPlan.page

echo "---" >> /usr/local/emhttp/plugins/CrashPlan/CrashPlan.page

echo "" >> /usr/local/emhttp/plugins/CrashPlan/CrashPlan.page

cat /usr/local/emhttp/plugins/CrashPlan/CrashPlan.php >> /usr/local/emhttp/plugins/CrashPlan/CrashPlan.page

rm -f /usr/local/emhttp/plugins/CrashPlan/CrashPlan.php

sed -i 's!\r!!g' /usr/local/emhttp/plugins/CrashPlan/CrashPlan.page

  • 5 months later...

Still running for me but after latest upgrade the GUI no longer works.  I did the status check and it is running and backing up (after re-installing the plugin).  Anyone else showing stopped in the gui and the logs get 404 errors from gui?  Command line and browsing to logs show it is up and running.

 

/usr/local/crashplan/bin/CrashPlanEngine status

/usr/local/crashplan/bin/CrashPlanEngine start

I stopped using this plugin in favor of the Docker container long ago. I would recommend the same to anyone using the plugin.

  • 8 months later...

I stopped using this plugin in favor of the Docker container long ago. I would recommend the same to anyone using the plugin.

I dont see any templates from my repository, do you have instructions?

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.