Difference between revisions of "Crashplan"

From Amahi Wiki
Jump to: navigation, search
Line 35: Line 35:
  
 
===Windows===
 
===Windows===
A Windows-only method to configure CrashPlan is upcoming.
+
You'll need two things to be able to configure CrashPlan from Windows: PuTTY and Xming.
  
For now, you'll need to use [[VNC]] or [[WebVNC]] to configure CrashPlan from Windows.
+
For PuTTY, just download putty.exe from [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html here]. You can leave it on your desktop and use it from there.<br/>
 +
For Xming, you'll need to download and install two files: the [https://sourceforge.net/projects/xming/files/Xming/ Xming installer], and the [https://sourceforge.net/projects/xming/files/Xming-fonts/ fonts installer].<br/>
 +
You can accept all the default values for both installs.
 +
 
 +
Now, you should have a start menu item for Xming. Start it from there. You should now have a black X icon in your system tray.
 +
 
 +
Next, start PuTTY, and enter your HDA IP address under ''Host Name (or IP address)'', enter 22 under ''Port'' and select SSH under ''Connection Type''.
 +
 
 +
[[Image:Red-S01.png]]
 +
 
 +
Open the ''Connection > SSH'' item in the ''Category'' tree on the left, and select ''X11''.<br/>
 +
Select the checkbox that says ''Enable X11 forwarding''.
 +
 
 +
Now go back into ''Session'' in the ''Category'' tree, and give a name for this profile, so you won't have to repeat those steps next time.<br/>
 +
Enter a name in the ''Saved Sessions'' text box, and hit the ''Save'' button on the right.<br/>
 +
Next time your start PuTTY, you'll be able to just double-click your profile in the ''Saved Sessions'' section to connect to your HDA with X11 forwarding enabled.
 +
 
 +
Now, connect to your HDA by clicking ''Open'', or double-clicking your profile name in the Saved Sessions select box (on the left of the Load, Save and Delete buttons).
 +
 
 +
Enter your Fedora username and password when prompted.
 +
 
 +
Once logged in, enter the following command to start the CrashPlan configuration UI:
 +
 
 +
<div style="border: 1px solid #A3B1BF; padding: .5em 1em; color: #000; background-color: #E6F2FF; margin: 3px 3px 1em 3px;">
 +
CrashPlanDesktop<br/>
 +
</div>
 +
 
 +
There are many guides available online that explain those steps. Here's some, if you need further help:
 +
*[http://www.youtube.com/v/EsHuZJ5gORE?hl=en_US&fs=1 X Windows Forwarding video on YouTube]
 +
*[http://www.cs.caltech.edu/courses/cs11/misc/xwindows.html Using X Forwarding on Windows at Caltech]
 +
* [http://www.math.umn.edu/systems_guide/putty_xwin32.html X Forwarding with Putty on Windows at University of Minnesota]
  
 
===Mac OS X===
 
===Mac OS X===

Revision as of 13:23, 25 February 2010

CrashPlan on Amahi

Using CrashPlan on your Amahi HDA will allow you to back up, for free1, all your computers into your Amahi HDA2.
It will also allow you to become the backup server of friends and family, if you'd like.

1 While CrashPlan is free to personal use, an advanced version, CrashPlan+, is available for a fee, if you'd like to get the features it adds to the free CrashPlan version.
2 Technically, it's also possible to backup your HDA into your other computers if you need that.

Installing CrashPlan

To be able to use CrashPlan, you'll need to install the CrashPlan application on your Amahi HDA, configure it as needed, and install the CrashPlan application on all the computers you'd like to backup to your HDA.

More about CrashPlan

To learn more about CrashPlan, you can visit the CrashPlan website, where features are explained, and where you can watch CrashPlan in action in their video tour.

CrashPlan Accounts

Using CrashPlan requires a (free) CrashPlan account. You'll be able to create a new account from the configuration app itself.

You'll probably want to use the same account for all computers in your home. That means you'll create the account on the first computer you configure CrashPlan on (it can be your HDA, or any other computer on your home network), and then simply use that same account on all other computers, instead of creating new accounts.

If you'd like to use different accounts, so that each computer (user) is the sole owner of his backed up files, this is also possible. Trying to restore such files from another computer (this is called a guest restore in CrashPlan) will require the user to enter the owner's password.

How to configure CrashPlan on your HDA

Using VNC

If you have VNC or WebVNC setup, you can use that to configure CrashPlan, instead of using the OS-dependent methods described below.

Simply connect to your HDA using VNC (or WebVNC), and launch a Terminal (Applications > System > Terminal).

In the terminal window, type CrashPlanDesktop (with the proper case) and hit ENTER.

The CrashPlan configuration application will start.

Windows

You'll need two things to be able to configure CrashPlan from Windows: PuTTY and Xming.

For PuTTY, just download putty.exe from here. You can leave it on your desktop and use it from there.
For Xming, you'll need to download and install two files: the Xming installer, and the fonts installer.
You can accept all the default values for both installs.

Now, you should have a start menu item for Xming. Start it from there. You should now have a black X icon in your system tray.

Next, start PuTTY, and enter your HDA IP address under Host Name (or IP address), enter 22 under Port and select SSH under Connection Type.

Red-S01.png

Open the Connection > SSH item in the Category tree on the left, and select X11.
Select the checkbox that says Enable X11 forwarding.

Now go back into Session in the Category tree, and give a name for this profile, so you won't have to repeat those steps next time.
Enter a name in the Saved Sessions text box, and hit the Save button on the right.
Next time your start PuTTY, you'll be able to just double-click your profile in the Saved Sessions section to connect to your HDA with X11 forwarding enabled.

Now, connect to your HDA by clicking Open, or double-clicking your profile name in the Saved Sessions select box (on the left of the Load, Save and Delete buttons).

Enter your Fedora username and password when prompted.

Once logged in, enter the following command to start the CrashPlan configuration UI:

CrashPlanDesktop

There are many guides available online that explain those steps. Here's some, if you need further help:

Mac OS X

Open a Terminal (Applications > Utilities > Terminal.app)
and enter the following commands:

ssh -X hda
CrashPlanDesktop

Once you're done with the CrashPlan configuration, you can close the CrashPlan app, the X11.app that appeared in your Dock, and Terminal.app

Linux

Open a Terminal (Applications >System > Terminal in Fedora)
and enter the following commands:

ssh -X hda
CrashPlanDesktop

Once you're done with the CrashPlan configuration, you can close the CrashPlan app, and the Terminal.