sgibbers17 Posted June 23, 2015 Share Posted June 23, 2015 I have been trying to get my first docker, crashplan but I can not get it to work. Is there a step by step guide on how to get crashplan running. I have tried reading through the the crashplan docker thread but haven't been able to piece it all together. Link to comment
Leifgg Posted June 23, 2015 Share Posted June 23, 2015 I have been trying to get my first docker, crashplan but I can not get it to work. Is there a step by step guide on how to get crashplan running. I have tried reading through the the crashplan docker thread but haven't been able to piece it all together. Haven’t seen any step by step guide yet. However start with installing the CrashPlan Docker. CrashPlan is a client/server configuration and this Docker is the server part (the engine) that runs in the background. You need to configure the mappings so that CrashPlan finds your data (/data) and you also need a place to store the configuration settings (/config). If you have a cache drive configuration settings are best stored there. My mappings are: /config ---> /mnt/cache/Apps/CrashPlan/ /data ---> /mnt/user/ You need to change the /config mapping to match your system. If you use the cache drive the share you use must be set to “Use cache disk: Only” else the Mover will move it to the array. The /data mapping will give you access to the shares you have created on your system. Once done start the Docker and have a look in the log (on the Docker Container tab) to check that it is running. Next step is to install CrashPlan client on you PC or install the CrashPlan-Desktop Docker. Suggest using the Docker to start with. Install it and make sure its running. You need to connect using Remote Desktop. If you use Windows go to search and type Remote Desktop and start it. Enter the IP to your system and the port (this is my ip 192.168.1.101:3389) and then connect. You will get a login dialogue, user is Ubuntu and password is PASSWD. Link to comment
sgibbers17 Posted June 23, 2015 Author Share Posted June 23, 2015 Ok, I did all that and also editing the ui.properties to reflec my IP and tried the service port commented and uncommented. When I RDP into the docker I get login failed. I also have the client installed on my PC and I do not see my server in the destinations. Edit. I restarted the crashplan-desktop docker after I commented out the service port in ui.properties and now it is working. Link to comment
Leifgg Posted June 23, 2015 Share Posted June 23, 2015 Ok, I did all that and also editing the ui.properties to reflec my IP and tried the service port commented and uncommented. When I RDP into the docker I get login failed. I also have the client installed on my PC and I do not see my server in the destinations. Edit. I restarted the crashplan-desktop docker after I commented out the service port in ui.properties and now it is working. Let’s try to get the PC client working then. Here are some notes I made for myself to get it working. Modify the "ui.properties" file on your client machine: #Fri Dec 09 09:50:22 CST 2005 serviceHost=192.168.1.101 <----- unRAID IP servicePort=4243 <----- #pollerPeriod=1000 # 1 second #connectRetryDelay=10000 # 10 seconds #connectRetryAttempts=3 #showWelcome=true http://lime-technology.com/forum/index.php?topic=33864.0 Modify the "my.service.xml" file on your host machine: <serviceUIConfig> <serviceHost>0.0.0.0</serviceHost> <----- <servicePort>4243</servicePort> <----- <connectCheck>0</connectCheck> <showFullFilePath>true</showFullFilePath> http://lime-technology.com/forum/index.php?topic=33864.45 Link to comment
sgibbers17 Posted June 23, 2015 Author Share Posted June 23, 2015 Let’s try to get the PC client working then. Here are some notes I made for myself to get it working. Modify the "ui.properties" file on your client machine: #Fri Dec 09 09:50:22 CST 2005 serviceHost=192.168.1.101 <----- unRAID IP servicePort=4243 <----- #pollerPeriod=1000 # 1 second #connectRetryDelay=10000 # 10 seconds #connectRetryAttempts=3 #showWelcome=true http://lime-technology.com/forum/index.php?topic=33864.0 Modify the "my.service.xml" file on your host machine: <serviceUIConfig> <serviceHost>0.0.0.0</serviceHost> <----- <servicePort>4243</servicePort> <----- <connectCheck>0</connectCheck> <showFullFilePath>true</showFullFilePath> http://lime-technology.com/forum/index.php?topic=33864.45 You must have started replying before I edited my last post but I was able to get it working I just had to stop and restart the crashplan-desktop docker and it all started working. I left the my.service.xml as default and here is my ui.properties which the only change from default I made was the serviceHost IP. #Fri Dec 09 09:50:22 CST 2005 serviceHost=192.168.1.21 #servicePort=4243 #pollerPeriod=1000 # 1 second #connectRetryDelay=10000 # 10 seconds #connectRetryAttempts=3 #showWelcome=true #font.small= #font.default= #font.title= #font.message.header= #font.message.body= #font.tab= Link to comment
Leifgg Posted June 23, 2015 Share Posted June 23, 2015 Let’s try to get the PC client working then. Here are some notes I made for myself to get it working. Modify the "ui.properties" file on your client machine: #Fri Dec 09 09:50:22 CST 2005 serviceHost=192.168.1.101 <----- unRAID IP servicePort=4243 <----- #pollerPeriod=1000 # 1 second #connectRetryDelay=10000 # 10 seconds #connectRetryAttempts=3 #showWelcome=true http://lime-technology.com/forum/index.php?topic=33864.0 Modify the "my.service.xml" file on your host machine: <serviceUIConfig> <serviceHost>0.0.0.0</serviceHost> <----- <servicePort>4243</servicePort> <----- <connectCheck>0</connectCheck> <showFullFilePath>true</showFullFilePath> http://lime-technology.com/forum/index.php?topic=33864.45 You must have started replying before I edited my last post but I was able to get it working I just had to stop and restart the crashplan-desktop docker and it all started working. I left the my.service.xml as default and here is my ui.properties which the only change from default I made was the serviceHost IP. #Fri Dec 09 09:50:22 CST 2005 serviceHost=192.168.1.21 #servicePort=4243 #pollerPeriod=1000 # 1 second #connectRetryDelay=10000 # 10 seconds #connectRetryAttempts=3 #showWelcome=true #font.small= #font.default= #font.title= #font.message.header= #font.message.body= #font.tab= Ok fine! Good luck then… Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.