Results 1 to 10 of 13

Thread: Backup solutions.

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Beans
    30

    Backup solutions.

    Im using 12.04 ubuntu.

    I want a simple backup for my server.

    I want a differential backup of my disk to an external hdd.

    Anyone got any tip?

    Regards!

  2. #2
    Join Date
    Jan 2009
    Location
    Denmark
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Backup sulotions.

    You could make a simple cron job with rsync to take a backup of specific file paths. And place them in a folder you create on the hdd example Okt -> 02Okt2012

    That is probably how i would do it for a fast and efficient solution.

  3. #3
    Join Date
    Oct 2011
    Beans
    26

    Re: Backup sulotions.

    using clonzilla server is perfect backup.

  4. #4
    Join Date
    Sep 2012
    Beans
    30

    Re: Backup sulotions.

    Thank you.

    I use Clonezilla. Clonezilla require that you boot from CD and you need to do it manually.)
    Any way i can get this to work automatically?

    Does Rsync work differential?
    the backup is is at about 1TB, if i take a new copy every time. You get the idea hehe

  5. #5
    Join Date
    Jan 2009
    Location
    Denmark
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Backup sulotions.

    Quote Originally Posted by marjoh05 View Post
    Thank you.

    I use Clonezilla. Clonezilla require that you boot from CD and you need to do it manually.)
    Any way i can get this to work automatically?

    Does Rsync work differential?
    the backup is is at about 1TB, if i take a new copy every time. You get the idea hehe
    You can custom the rsync command to only take the changes.

  6. #6
    Join Date
    Oct 2011
    Beans
    26

    Re: Backup sulotions.


  7. #7
    Join Date
    Feb 2007
    Beans
    8

    Re: Backup solutions.

    Quote Originally Posted by marjoh05 View Post
    Im using 12.04 ubuntu.

    I want a simple backup for my server.

    I want a differential backup of my disk to an external hdd.

    Anyone got any tip?

    Regards!
    There are many ways to backup stuff on your linux box So many that there is even a book about it (768 pages worth)
    http://shop.oreilly.com/product/9780596102463.do It's a pretty in depth book, but it covers almost all the methods. Personally, I too like rsync the best for what I do.

  8. #8
    Join Date
    Jun 2005
    Beans
    69

    Re: Backup solutions.

    Take a look at rsnapshot is the repos. It uses rsync and implements most of the "dirty rsync tricks" the books will tell you to use

  9. #9
    Join Date
    Dec 2012
    Beans
    1

    Re: Backup solutions.

    If you're looking for cloud backup check out ElephantDrive - just released the linux installer.

    http://home.elephantdrive.com/linux/

    Matt

  10. #10
    Join Date
    Nov 2008
    Location
    S.H.I.E.L.D. 6-1-6
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Backup solutions.

    If you want incremental backups, checkout rdiff-backup
    Don't waste your energy trying to change opinions ... Do your thing, and don't care if they like it.

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
  •