2

I want to import some bookmarks, browser history, and contents of my home directory. I have both 11.04 and 12.04 installed on my system.

Is there any way to import my data from older version?

Flyk
  • 1,480

1 Answers1

2

To get your files, just copy the folders that you want to save like Downloads, Documents, Music, etc. to a different partition, Re-install Ubuntu, and after the installation is done copy the folders over.

To copy browsing history, and other important info:

Firefox: You can do that by copying the relevant data files from the profile folder on the old computer to the samet folder on the new computer. The location of the profile folder ~/.mozilla/firefox

Chrome:

The Chrome bookmarks, history, and settings are in ~/.config/google-chrome/Default . Copy this folder, re-install chrome and put it back into the same location.

For bookmarks:

Firefox:

enter image description here

enter image description here

Chrome:

enter image description here

Chrome sync
To sync your information in the browser like history, passwords, bookmarks, etc. Follow these easy steps:

  1. Click the settings button inside Chrome (the tool)
  2. Click on settings
  3. Sign in at the top of the page with your Google account.
  4. Select what info you want to be synced and you are off!

Follow the same steps in the other browser to sync it.

Alvar
  • 17,058
Mitch
  • 107,631
  • 1
    When using Chrome, it's easier to log in with a Google account and sync everything, just wanted to point out there's an easier way than to copy bookmarks(and everything else). – Alvar Jun 22 '13 at 10:44
  • @Alvar Good point (Plus 1). I just don't use chrome that much. Feel free to edit, and add that. – Mitch Jun 22 '13 at 10:45
  • All done now :) – Alvar Jun 22 '13 at 10:50