Results 1 to 4 of 4

Thread: Backup strategy

  1. #1
    Join Date
    Jan 2012
    Beans
    9

    Backup strategy

    Hi,

    I rent dedicated servers.

    When I get a new server, the provider installs a fresh install of (let's say) Ubuntu 12, and then I do a bunch of configuration (install software with apt-get, add some shell scripts, and install custom software of my own).

    How do I make a backup of this first server, so that I can then get a second server installed with a fresh Ubuntu, on which I could "apply" all the custom changes I made on the first server just by copying files over, but without overwriting whatever has to do with network configuration, computer name, etc.. of the new server ?

    Tks.

  2. #2
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

    Re: Backup strategy

    Take a look at clonezilla

    http://clonezilla.org/clonezilla-SE/

  3. #3
    Join Date
    Jan 2012
    Beans
    9

    Re: Backup strategy

    Quote Originally Posted by ibjsb4 View Post
    Take a look at clonezilla

    http://clonezilla.org/clonezilla-SE/

    Thanks for your reply.

    I read the documentation there, correct me if I'm wrong, but this solution is for making a COMPLETE disk image, which means that the network config and computer name of the source computer would be on that image. If I were to overwrite a fresh install of Ubuntu with that image, wouldn't I end up with 2 exact copies, meaning two computers set up with the same name / IP ?

    I guess the information I'm looking for is this : I know where I'm installing my custom software. What I don't know is : where does Ubuntu make changes on the disk when one installs packages through apt-get ?

    I would like to make a backup of those directories, but also avoid backing up files that are not affected by apt-get...

  4. #4
    ibjsb4 is offline Ubuntu addict and loving it
    Join Date
    Sep 2012
    Beans
    4,987

Tags for this Thread

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
  •