Results 1 to 5 of 5

Thread: Open Source Image Backup

  1. #1
    Join Date
    Oct 2007
    Location
    Ohio
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Open Source Image Backup

    Okay so had a rather interesting question asked the other day. Well let me start from the begining. I work at this company blah blah we config about 25,000 units a year (rough estimate) and we use Ghost to deploy our images. So my manager asks can we use acronis. My response of course was yeah it will be cheaper but there has to be a way to do this without having to pay super high licensing fees. So myu question to this great ubuntu community is. What kind of open source imaging clients are out there and are the capable of doing multicasts (it's a nice feature and saves loads of time)
    When life hands you lemons...
    ... Squirt them in some rich man's eyes and take his wallet!!!
    Journey to Ubuntu!
    Daily life of a system admin

  2. #2
    Join Date
    Dec 2007
    Location
    London
    Beans
    511
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Open Source Image Backup

    Desktop: Gigabyte GA-965P-S3 Core 2 Duo 6300 1 GB Dual channel DDR 2 Nvidia 7300 GS
    Laptop: Fujitsu Siemens Amilo Pi 2515 Intel T5450 Core 2 Duo 2 GB Dual Channel DDR2 Ram 160gb HDD (Vista/Linux Mint 5)
    [Missing OMGPP]

  3. #3
    Join Date
    Oct 2007
    Location
    Ohio
    Beans
    34
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Open Source Image Backup

    Quote Originally Posted by fiddledd View Post
    Thanks I'll check it out.
    When life hands you lemons...
    ... Squirt them in some rich man's eyes and take his wallet!!!
    Journey to Ubuntu!
    Daily life of a system admin

  4. #4
    Join Date
    Sep 2007
    Beans
    671
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Open Source Image Backup

    If you get a lot of the same computers you can _very easily_ use dd to get those images in.
    You'd need a LiveCD to do it (Ubuntu is good, it works for me) and a portable USB harddrive.
    What you do is you take a fresh install of whatever OS it is on a computer, reboot into a LiveCD, -DO NOT MOUNT THE INTERNAL HARD DRIVE-, and then issue (in a terminal)
    Code:
    dd if=/dev/sda of=/mnt/sdb1/Images/image.img
    Obviously /dev/sda corresponds to whatever your hard drive is, and /mnt/sdb1 is the [mounted] portable hard drive.
    DO NOT MIX THOSE UP
    So when you need to copy the image to a new computer, you would take a LiveCD again, and do this
    Code:
    dd if=/dev/sdb1/Images/image.img of=/dev/sda
    .
    Obviously you should use the internal hard drive as /dev/sda and the portable drive with the image on it as /mnt/sdb1/Images/image.img.
    Of course you might want to watch out as doing this with a proprietary system is usually a copyright violation or something

    I suppose clonezilla is easier, but this is what worked for me.
    2010 IBM Thinkpad 510, 4GB RAM, i5-540M, NVS 3100M

    Running Ubuntu 11.04

  5. #5
    Join Date
    May 2007
    Location
    Townsville, Australia
    Beans
    1,820
    Distro
    Lubuntu 14.04 Trusty Tahr

    Re: Open Source Image Backup

    Ubuntu user # 16304 www.nocleanfeed.com
    If someone asks you to sudo rm -rf anything, don't do it, and don't run any command with rm in it unless you know exactly what you're doing.things i have learnt changing from Xp pro to Ubuntu

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
  •