On Wed, 19 Sep 2001, Miller, Matt wrote:
> Anyone have any recommendations on *reliable* drive imaging software for
> Linux (something other than symantec ghost)?
> My intention is to copy a disk image (consisting of / , /var, & /home ext2
> partitions) from one physical disk to another.
... rsync will do this is one, in one line on a fdisked and
mkfs's drive:
rsync -av --exclude -proc --exclude /mnt/build \
/. /mnt/build/.
where the destination drive is mounted at /mnt/build, and the
source drive is a running system.
-- Russ Herrold
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:47:20 EDT