Results 1 to 9 of 9

Thread: Ubuntu Server Backup Strategy

  1. #1
    Join Date
    Apr 2012
    Beans
    7

    Ubuntu Server Backup Strategy

    Hello everyone!

    I was wondering if i could get some advice on implementing a good backup strategy for the files in my Ubuntu Server box. Currently, I have 8TB worth of data spread out over 2 x 1TB Drives and 3 x 2TB drives. One of the 2TB drives failed on me last week (after coming home from a trip no less!) and I now realized I should've been backing everything up.

    With that said, I'm not entirely sure how to go about this, but I do have a couple of questions that I'm hoping someone here can help me out with:

    1. Is it possible to back up all the drives into 2 x 4TB drives, with each of these partitioned into 2TB and 1TB partitions so I can mirror my current drives exactly?
    2. With that set up, is it possible to configure it so that if the drive fails, it switches to the backup automatically? and then i can replace the failed drive with a new one and copy everything over?
    3. I'm guessing it would be possible to do a nightly incremental backup?

    And of course, finally, what program can I use that would meet all these requirements?

    Any help would be greatly appreciated! Thank you!

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu Server Backup Strategy

    RAID is not a backup strategy. 3-2-1 is generally a good rule. 3 copies of important stuff. 2 different devices. One remote/off-site backup. How you do that is up to you.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Apr 2012
    Beans
    7

    Re: Ubuntu Server Backup Strategy

    Quote Originally Posted by tgalati4 View Post
    RAID is not a backup strategy. 3-2-1 is generally a good rule. 3 copies of important stuff. 2 different devices. One remote/off-site backup. How you do that is up to you.
    Thank you for the reply! I've taken your advice into consideration and I've found rsync. It looks like it'll be able to do the backing up I need to get done, but maybe not what I want to happen with #2 from my original post. It does look like I won't have to worry so much about partitioning the backup drives to match the original drives I have.

    Any experience using rsync?

  4. #4
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Ubuntu Server Backup Strategy

    Hi carloss1.

    rsync is great, however...

    rsync is not a comprehensive backup solution. Granted, it is a powerful tool, and it is used by a lot of backup software in the background.

    For copy/mirror it is fantastic, and very easy to implement.

    When you start thinking on as schedule the includes full, incremental and differential backups, an rsync command won't be enough. Don't get me wrong. You could, indeed, write some scripts that take care of all that (take a look at this examples). But scripts need to be tested, debugged, etc. Considering going this route would depend on the urgency, importance of your data, and your scripting abilities.

    I would start by taking a look at this, and this reviews of several backup tools.

    Hope it helps. Let us know hot it goes.
    Regards.

  5. #5
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu Server Backup Strategy

    You need to ask yourself, do I need to copy the entire operating system and personal data, so I can restore the machine at some point in the future? Or, do I back up my personal data, and if the operating system gets trashed (quite rare under linux), I can simply do a fresh install (perhaps even a newer version!) and simply reinstall my personal data. Rsync is not the right tool for a complete snapshot/mirror, but it is an appropriate tool for personal data that doesn't change that much over time. It's mostly static except for the files that you added or edited during the recent past.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  6. #6
    Join Date
    Apr 2012
    Beans
    7

    Re: Ubuntu Server Backup Strategy

    Quote Originally Posted by tgalati4 View Post
    You need to ask yourself, do I need to copy the entire operating system and personal data, so I can restore the machine at some point in the future? Or, do I back up my personal data, and if the operating system gets trashed (quite rare under linux), I can simply do a fresh install (perhaps even a newer version!) and simply reinstall my personal data. Rsync is not the right tool for a complete snapshot/mirror, but it is an appropriate tool for personal data that doesn't change that much over time. It's mostly static except for the files that you added or edited during the recent past.

    Hi tgalati4,

    I'm just looking to copy over personal data in a few hard drives, that, in the event of a hard drive failing, i can replace that hard drive and copy over my existing data to it. Would rsync be suitable for that?

  7. #7
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu Server Backup Strategy

    Yes, rsync is well suited for that. Search for several rsync tutorials on these forums. Lots of switches and ways to use rsync.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  8. #8
    Join Date
    Apr 2012
    Beans
    7

    Re: Ubuntu Server Backup Strategy

    Quote Originally Posted by tgalati4 View Post
    Yes, rsync is well suited for that. Search for several rsync tutorials on these forums. Lots of switches and ways to use rsync.
    Thank you for your help!

  9. #9
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Ubuntu Server Backup Strategy

    Last edited by tgalati4; March 12th, 2013 at 03:21 AM.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

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
  •