[H-GEN] Ghost for Linux or *nix for that matter

Mark Suter suter at zwitterion.humbug.org.au
Wed Jun 18 03:27:45 EDT 2003


[ Humbug *General* list - semi-serious discussions about Humbug and     ]
[ Unix-related topics. Posts from non-subscribed addresses will vanish. ]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jay,

> The idea of course is to set up one machine as required and
> "ghost" it over to the other machines and keep that image for
> emergency reloads.
>
> Is anyone aware of anything that can do the job under Linux, or
> does it have to be Ghost from Symantec?

There are at least half a dozen utilities that can do this.  At
the moment, my favourite method is using a www.lnx-bbc.org boot
disk and running something along these lines:

    # mkreiserfs /dev/hda2
    # mount -o reiserfs /dev/hda2 /mnt
    # cd /mnt
    # ssh otherhost tar cpSf - / | tar xpSf -
    # [ make new system bootable ]

If the disks are all the same size, you could even do something
very close to ghost in its raw form, for example,

    # ssh otherhost dd if=/dev/hda of=- | dd if=- of=/dev/hda

This is all part of the unix tradition - a collection of tools
that each do a well defined task well and can be combined in
ways never envisioned by their creaters:

    http://www.catb.org/~esr/writings/taoup/html/ch01s06.html

Yours sincerely,

- -- Mark John Suter  | I know that you  believe  you understand
suter at humbug.org.au | what you think I said, but I am not sure
gpg key id 2C71D63D | you realise that what you  heard  is not
mobile 0411 262 316 | what I meant.        Robert J. McCloskey
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
Comment: Check Keyservers or http://zwitterion.org/keys/

iD8DBQE+8BRxRYso2ixx1j0RAtDzAJ9tPp5APe1Ft7Rhk9qgYt7xksMeTwCeJ2s0
MuTP6vcnaRLw4NIUYKcCcCw=
=Ikux
-----END PGP SIGNATURE-----

--
* This is list (humbug) general handled by majordomo at lists.humbug.org.au .
* Postings to this list are only accepted from subscribed addresses of
* lists 'general' or 'general-post'.  See http://www.humbug.org.au/



More information about the General mailing list