Skip to content

CrashPlan 3.6.4 for Drobo5N

Compare
Choose a tag to compare
@ricardopadilha ricardopadilha released this 27 Oct 17:59
· 46 commits to master since this release

To configure the CrashPlan engine you have to install the software on your machine, and redirect the GUI to connect with the Drobo. To do this, you need to establish a port forward from your desktop to the Drobo. Something like this should do the trick:

ssh -L 4201:localhost:4243 root@drobo-5n

Short explanation: this forwards any connection attempts to port 4201 on your machine to port 4243 on the Drobo. Once this is done, you have to tell the CrashPlan client to connect to port 4201 instead of the default (4243). To do this on a Mac, edit the file ~/Library/Application Support/CrashPlan/ui.properties and add this line:

servicePort=4201

Save the file, and start the app. It will ask for the credentials to be used on the Drobo. Once logged in, if the folder selection screen shows the path /mnt/DroboFS/Shares, then congratulations, you have CrashPlan on your Drobo.

More information about configuring a server over SSH can be found here.