Results 1 to 2 of 2

Thread: Backup before install Hardy

  1. #1
    Join Date
    Aug 2005
    Beans
    445
    Distro
    Ubuntu 14.04 Trusty Tahr

    Backup before install Hardy

    Hi,
    I am about to install Hardy Heron 64 bit desktop, and would like to backup my Gutsy personal data first in order to copy it back once complete.
    Is it best to use tar for backing up /home?:

    Code:
    tar cvpzf backup.tgz /home
    Or better to copy all:

    Code:
    tar cvpzf backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/backup.tgz --exclude=/mnt --exclude=/sys /
    Thanks all.

  2. #2
    Join Date
    Jun 2006
    Location
    Switzerland
    Beans
    Hidden!
    Distro
    Kubuntu Jaunty Jackalope (testing)

    Re: Backup before install Hardy

    well, the /home folder contains your user stuff. the /etc folder contains some server-wide configs (like xorg.conf etc). If you run mysql you want to backup the databases.... if you run a webserver you might want to backup /var/www
    ....

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
  •