Page 1 of 3 123 LastLast
Results 1 to 10 of 23

Thread: Do you backup your Ubuntu install?

  1. #1
    Join Date
    Feb 2011
    Beans
    46

    Do you backup your Ubuntu install?

    Do you backup your Ubuntu install? If so, how often, and what program do you use? I am looking to backup all the software, documents, themes/icons, etc so that if I ever need to re-install Ubuntu I can just get them all back very easily. Is this possible? Thanks.

  2. #2
    Join Date
    Apr 2006
    Beans
    996
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Do you backup your Ubuntu install?

    Yes, it is possible. Ubuntu comes with a backup app by default. It is called "deja" something, so just type "deja" in some app finder and it should find it.

    You can also use more advanced tools. But since you just want to backup files and themes, I think this app is good enough.

    It already backs up your home which includes your settings and documents. To backup your themes you would have to include the /usr/share/themes and /user/share/icons folders.
    Last edited by vexorian; August 10th, 2012 at 02:25 AM.
    Xye incredibly difficult puzzle game with minimal graphics. Also at playdeb
    Got a blog: Will Stay Free

  3. #3
    Join Date
    Aug 2011
    Location
    Somewhere, USA
    Beans
    81
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Do you backup your Ubuntu install?

    I use APTonCD (For making a backup all the program packages I've gotten) You can find it in the Ubuntu software center, And for documents and stuff I just copy them to a flash card.

  4. #4
    Join Date
    Mar 2012
    Beans
    13

    Re: Do you backup your Ubuntu install?

    rsync hourly backups to an off site (located at a friends house) backup. I host a server for him to do the same.

  5. #5
    Join Date
    Jun 2009
    Location
    SW Forida
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: Do you backup your Ubuntu install?

    Some like image backups, some like to backup their own data. It also depends on data value. A business has a lot of valuable data and must be backed up more often. I am a home user but some data like photos & some documents are more valuable. Those I can regenerate fairly easily in the short term, so I only copy those to a DVD every quarter or less. I run rsync for that data plus some other data to another drive more frequently.

    discussion of alternatives/strategy backups
    https://help.ubuntu.com/community/BackupYourSystem

    http://www.rsnapshot.org/
    http://backintime.le-web.org/
    https://wiki.ubuntu.com/TimeVault
    http://flyback-project.org/

    Full image backups
    http://clonezilla.org/
    Free Imaging software - CloneZilla & PartImage - Tutorial
    http://www.dedoimedo.com/computers/f..._software.html

    If you don't mind the command line, you can use duplicity.
    If you DO mind the command line, there is a front end for duplicity; deja-dup.

    Tar backup script:
    https://help.ubuntu.com/11.04/server...llscripts.html

    I posted what I back up with rsync, so I can easily reinstall.
    Oldfred's list of stuff to backup May 2011:
    http://ubuntuforums.org/showthread.php?t=1748541
    UEFI boot install & repair info - Regularly Updated :
    https://ubuntuforums.org/showthread.php?t=2147295
    Please use Thread Tools above first post to change to [Solved] when/if answered completely.

  6. #6
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Talking Re: Do you backup your Ubuntu install?

    I usually backup about once or twice a month..
    I just use luckybackup (front end for rsync) to copy my homefolder, but before that I get it to execute this script:
    Code:
    dd if=/dev/zero of=/tmp/disk_zero_fill.tmp bs=8M; rm -f /tmp/disk_zero_fill.tmp
    
    # set date variable
    tdy=`date +%d-%m-%Y`
    
    gksudo dd bs=15M if=/dev/sda5 conv=sync,noerror | gzip -9 > /home/username/.System-Root-Partition-Image$tdy.img.gz
    Works sweet as.

  7. #7
    Join Date
    Apr 2008
    Location
    Wisconsin
    Beans
    766
    Distro
    Ubuntu

    Re: Do you backup your Ubuntu install?

    just my home via tar and gzip

  8. #8
    Join Date
    Nov 2009
    Beans
    43

    Re: Do you backup your Ubuntu install?

    Quote Originally Posted by JF382 View Post
    Do you backup your Ubuntu install? If so, how often, and what program do you use? I am looking to backup all the software, documents, themes/icons, etc so that if I ever need to re-install Ubuntu I can just get them all back very easily. Is this possible? Thanks.
    No, just my home folder via rsync. My philosophy is that up-time isn't that much of a concern to me and if things got completely FUBARed I would just take the time (opportunity?) to perform a clean install. The important thing is that my data is safe.

  9. #9
    Join Date
    Mar 2011
    Location
    New Zealand
    Beans
    444
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Do you backup your Ubuntu install?

    For me its important to have both my homefolder and my system partition backed up. I have dual graphics on this system thats a pain to set up, cheers ATI you make awesome drivers .
    I hear the newer drivers are better, but I think I'll leave it as is I don't wanna fix it till its broke.

  10. #10
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Do you backup your Ubuntu install?

    Quote Originally Posted by standingwave View Post
    No, just my home folder via rsync. My philosophy is that up-time isn't that much of a concern to me and if things got completely FUBARed I would just take the time (opportunity?) to perform a clean install. The important thing is that my data is safe.
    100%. Don't see any point backing up anything outside /home. I just dropped a little wee script into /etc/cron.daily that rsyncs /home to my NAS, then I'm covered by the NAS's backup routine. Job done.

Page 1 of 3 123 LastLast

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
  •