Results 1 to 9 of 9

Thread: Backing up for beginners

  1. #1
    Join Date
    May 2012
    Beans
    8

    Backing up for beginners

    Hey Everyone


    Could you guys suggest the best way/app to back up my Ubuntu system? I was also wondering if there was any way of backing up applications as well.

  2. #2
    Join Date
    May 2012
    Location
    UK
    Beans
    614

    Re: Backing up for beginners

    to backup settings for your applications, you go into the relevant /home/username folder, show hidden files by pressing Ctrl + H, copy-paste all the stuff you want/need. they will be in the main folder, .config, and .kde

    best to ignore .cache and .local

    there are backup applications available, but as i have never used them, i cannot really say.

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

    Re: Backing up for beginners

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

    It almost is too many choices and methods.
    Some like full images using clonezilla or similar applications.
    Others prefer incremental backups.
    And many combine them.

    I use rsync and backup /home and some other settings and a list of installed apps. I assume I will just do a new clean install and restore data, so I do not need a full image backup.


    Full image backups
    http://clonezilla.org/
    Free Imaging software - CloneZilla & PartImage - Tutorial
    http://www.dedoimedo.com/computers/f..._software.html
    http://www.geekconnection.org/remastersys/
    http://www.psychocats.net/ubuntu/remastersys
    Tar backup script:
    https://help.ubuntu.com/12.04/server...llscripts.html


    https://help.ubuntu.com/community/rsync#Grsync


    Originally Posted by MountainX View Post #20 also other backup apps
    http://ubuntuforums.org/showthread.p...ghlight=backup
    Sample rsync file, use a text editor and paste into a file & name it mybackup.sh


    https://help.ubuntu.com/community/rsync
    https://help.ubuntu.com/community/CronHowto
    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.

  4. #4
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Backing up for beginners

    i love grsync, very fast and easy to use try a dry run first just so you don't erase anything vital. any help needed contact me

  5. #5
    Join Date
    Apr 2007
    Beans
    74

    Re: Backing up for beginners

    Easier option mount a external hard disk and transfer your data to it or drop box

  6. #6
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: Backing up for beginners

    If you just transfer it every time you back up everything gets copied again. With grsync it is incremental, you only copy new or changed files. I do 230GB so means I back up in a few mins if it was all copied each time it would take forever.

  7. #7
    Join Date
    Oct 2011
    Location
    ZZ9 Plural Z Alpha
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Backing up for beginners

    Or just good old rsync:

    Code:
    rsync -az /home/cortman/mystuff /media/my_backup_drive
    for example.

  8. #8
    Join Date
    Aug 2012
    Beans
    32
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Backing up for beginners

    You can also go to System Settings, and choose Backup.
    Last edited by bashhimup; April 1st, 2013 at 08:47 PM.

  9. #9
    Join Date
    Jun 2006
    Location
    netherlands
    Beans
    198
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Backing up for beginners

    I like back in time. It makes incremental backups, so after the first time it is quite fast and it remains easy to browse through the past as it shows you all of your files as they were at a given date. Very friendly.

    Besides browser favorites I don't backup any applications. Not sure if it would be easy or good to install from backup since apt keeps track of your installs and versions too. Linux programs are usually spread through the file system and many share libraries. You can backup their settings but the entire app is probably not very workable.

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
  •