Results 1 to 2 of 2

Thread: Migration/Back-up Technique?

  1. #1
    Join Date
    Apr 2009
    Beans
    176
    Distro
    Ubuntu

    Migration/Back-up Technique?

    can anyone explain the proper methods to successfully back up all settings and data (files, movies, pictures, music... i mean EVERYTHING thats mine) so that one can migrate to another computer/distribution...

    what im looking to do is backup all my stuff on an external drive and reformat my hard drive and installing linux all over again...

    im having way too many problems with my ubuntu machine as of late...

    thanks!

  2. #2
    Join Date
    Feb 2008
    Beans
    5,078
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: Migration/Back-up Technique?

    I've done this. My approach:

    From accessories/terminal run this command:
    dpkg --get-selections "*" > Desktop/applications
    It creates a list of everything which is installed, in gruesome detail. After installing a new version of Ubuntu, I edit the list and install the chosen applications with these commands:
    sudo apt-get update
    sudo dpkg --set-selections < Desktop/applications
    sudo apt-get -u dselect-upgrade

    I export my favorites from my browser into a file, and "save settings" in Evolution. Then I copy everything from /home, including the hidden folders, onto an external hard drive. When I restore the data, I don't include the hidden folders, I just keep them for possible reference.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •