Re: Clone ES4 machine
- From: Dag Wieers <dag@xxxxxxxxxx>
- Date: Tue, 25 Apr 2006 14:27:52 +0200 (CEST)
On Tue, 25 Apr 2006, j_70@xxxxxxxxxxx wrote:
I am looking to 'clone' one of our ES4 production machines to make an
exact copy as a development box. Does linux have a built in method for
this or can someone point me in the right direction for a method for
this. TIA.
Rsync is a simple way to copy a complete system. The procedure goes
something like this:
+ Boot a rescue image that contains a recent rsync binary
+ Partition your disk(s)
+ Create the filesystems and mount them in a directory structure that
has sufficient filesystem space (or optionally mimics the original
system)
+ Rsync the original system onto your new filesystem structure
The tools you would use are resp. fdisk, mkfs (or mfks.ext3), mount, mkdir
and rsync.
Kind regards,
-- dag wieers, dag@xxxxxxxxxx, http://dag.wieers.com/ --
[all I want is a warm bed and a kind word and unlimited power]
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list
- Follow-Ups:
- Re: Clone ES4 machine
- From: Dag Wieers
- Re: Clone ES4 machine
- References:
- Clone ES4 machine
- From: j_70
- Clone ES4 machine
- Prev by Date: RE : Clone ES4 machine
- Next by Date: Re: Clone ES4 machine
- Previous by thread: RE : Clone ES4 machine
- Next by thread: Re: Clone ES4 machine
- Index(es):
Relevant Pages
- Re: Clone ES4 machine
... Rsync is a simple way to copy a complete system. ... Rsync the original system
onto your new filesystem structure ... Kind regards, ... (RedHat) - Re: Clone ES4 machine
... I do this on SOlaris with ufsdump and ufsrestore script that can dupe a disk in 10
minutes. ... Rsync is a simple way to copy a complete system. ... Rsync the original
system onto your new filesystem structure ... Kind regards, ... (RedHat) - Re: Resizable Loopback and Rsync Windows
... (and shrink if possible). ... on some zeros on the end and use resizefs on the
filesystem to grow it. ... My reason for this is that I use rsync to backup
many machines. ... (comp.os.linux) - Re: Is there a way to get 30 GB files through the net ...
... I could run an ftp server on my debian side (I ... > chose to stick with
linux on this part as it is way more secure). ... I would suggest rsync. ...
kind of filesystem your data need. ... (Debian-User) - Re: two quick conceptual questions RE: rsync (and rsyncing snapshots)
... If I have a filesystem that I want to rsync ... > filesystem, mount
the snapshot, and then rsync the snapshot. ... > checksum or size comparison ONLY IF
the timestamps are different? ... (freebsd-questions)