How to build a 5 TB CrashPlan Server on Banana Pi Pro.
The image file for the project on Google Drive & the Amazon wish list for the components.
There is a ReadMe.txt on the Google Drive containing the instructions.
Click here for the Amazon wish list
Click here to download the image & instructions
I need to give credit to the following sites:
MatthiasEgli/crashplan.sh --How to install CrashPlan
MelGrubb.ToBlog() --How to get the CrashPlan GUI working
3 comments:
CRASHPLAN 4.7 UPDATE!
You will need to do the following to get the CrashPlan Engine to run again
1) Update to the most current version of Bananian
2) Do the following steps:
cd /usr/local/crashplan
sudo rm libjtux.so
sudo wget http://www.jonrogers.co.uk/wp-content/uploads/2012/05/libjtux.so
sudo rm libmd5.so
sudo wget http://www.jonrogers.co.uk/wp-content/uploads/2012/05/libmd5.so -O ./libmd5.so
service crashplan restart
To get the CrashPlan GUI working again copy the jar over
cp /usr/lib/java/swt-gtk-3.8.2.jar /usr/local/crashplan/lib/swt.jar
Post a Comment