• Home
  • How-To/Tips
  • Linux
  • Windows
  • About Us
  • Contact Us

Liberian Geek

Automatically Backup to SkyDrive in Ubuntu 11.10 (Oneiric Ocelot)

How would you like to use the free 25GB online hard drive that Microsoft provides to automatically backup your data in Ubuntu ? Many online storage providers will give you free storage, but just few or no one will give you a free 25GB. Now, 25GB isn’t a small space, and using that to setup an automated backup and restore process in Ubuntu is the best way to use it.

In this brief tutorial, I’ll show you how to mount SkyDrive in Ubuntu and use Ubuntu default backup tool to automatically backup your data to SkyDrive. In the event that you lose your data on your computer, you can then go back to SkyDrive to restore that missing data.

 

   

Objectives:

  • Register for SkyDrive and SME Storage online
  • Map SkyDrive in Ubuntu
  • Backup Ubuntu to SkyDrive automatically

 

To get started, register for Microsoft SkyDrive Online here.  You must also register for SME Storage here.

 

After registering and confirming your SME Storage account, login and click ‘Add a Cloud Provider’

 

auto_backup_skydrive_oneiric

 

Next,  select ‘SkyDrive’ from the list and click ‘Add provider’

 

auto_backup_skydrive_oneiric_1

 

Next, download SME Storage .zip package from here and open with Archive Manager in Ubuntu.

 

auto_backup_skydrive_oneiric_2

 

Then select the zipped file and click ‘Extract’

 

auto_backup_skydrive_oneiric_3

 

Go to the location where you extracted the file and right-click the .deb package then select ‘Open With Ubuntu Software Center’.  When Software Center opens, install the package.

 

auto_backup_skydrive_oneiric_4

 

After installing, press Ctrl – Alt – T on your keyboard to open Terminal. When it opens, run the commands below

sudo modprobe fuse

auto_backup_skydrive_oneiric_5

 

Next, run the commands below to add your user account to the fuse group

sudo usermod -a -G fuse <username>

auto_backup_skydrive_oneiric_6

 

After that, run the commands below to open fuse.conf file

sudo gedit /etc/fuse.conf

auto_backup_skydrive_oneiric_7

 

Then edit the file to look like the one below and save it. Uncomment ( # ) the line shown.

 

auto_backup_skydrive_oneiric_8

 

Next, go to ‘Control Gear –> Startup Applications’

 

auto_backup_skydrive_oneiric_10

 

Then click ‘Add’ and copy the paste the commands below into the command box.

smestorage /home/<username>/SkyDrive username:password --server=smestorage.com --ao

Replace username and password with your SME Storage account username and password. The mount location should already be created at this point.

 

auto_backup_skydrive_oneiric_11

 

 

After that, restart your computer. Go to SkyDrive mount point and if everything is setup correctly, you should see your SkyDrive content.

 

Finally, setup Ubuntu automatic backup job using ‘Deja Dup’ To do that, go to ‘Gear –> System Settings’ and select ‘Backup’

 

auto_backup_skydrive_oneiric_12

 

Next, click ‘Just show my backup settings’

 

auto_backup_skydrive_oneiric_13

 

Then enable automatic backup from the overview screen. Next, select ‘Storage’ and choose a Local Folder, then select your ‘SkyDrive’ account mount point and choose a folder inside to backup to.

 

auto_backup_skydrive_oneiric_14

 

Next, select ‘Folders’ and exclude or ignore your ‘SkyDrive’ location

 

auto_backup_skydrive_oneiric_15

 

Finally, run the backup job and create a password-protected backup.

 

auto_backup_skydrive_oneiric_16

 

That’s all. If you followed the tutorial and did everything as written, your data should be automatically backing up to SkyDrive online.

 

Enjoy!


You may also like:

  • Automatically Backup Your Data to SkyDrive in Windows 7 with Gladinet
  • How To Backup Your Data Automatically To SkyDrive With Gladinet
  • Automatically Mount / Map Microsoft SkyDrive in Ubuntu 11.10 with SME Storage–Part II
  • Map your Online Storage to your Desktop with Gladinet for free
  • Create Automatic Backup and Restore Process in Fedora 14 (Laughlin)

Home > How-To/Tips, Internet, Linux, Security - 8 January 2012
Tweet







Subscribe Here !

Enter your email address:

    © 2009-2012 Liberian Geek. Richard Worloma

    Privacy Policy

    ↑ Top