Announcement

Collapse
No announcement yet.

How to Backup

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How to Backup

    I just got everything set up again (for the second time). I am going to go for the updates and upgrades again soon. Last time I did this however I could not access my system. How do I back-up what system now so that if the upgrade don't go right I can just revert to the way it is now? I'm not sure, but I think it was the updated kernel that put me out of sync last time.
    Thanks for your time.

    #2
    Re: How to Backup

    You can copy your home folder with,
    Code:
    sudo cp -R -p /home /your destination.
    So, you can make a local copy of the package selection states with the follow command:
    Code:
    dpkg --get-selection > file_name
    Save this file!
    if you make a new installation, you can insert file_name in dpkg with:
    Code:
    cat file_name > dpkg --set-selection
    and
    Code:
    sudo apt-get dselect-upgrade
    install every programs that you have in your old installation.
    I hope this help.

    Comment


      #3
      Re: How to Backup

      http://kubuntuforums.net/forums/inde...0927#msg210927
      Kubuntu 16.04 on two computers and Kubuntu 17.04 on DELL Latitude 13

      Comment

      Working...
      X