Re: OT: Hard disk mirror with Paragon on USB stick?
- From: John Devereux <john@xxxxxxxxxxxxxx>
- Date: Tue, 16 Dec 2008 10:06:39 +0000
Joerg <notthisjoergsch@xxxxxxxxxxxxxxxxxxxxx> writes:
Archimedes' Lever wrote:
On Sun, 14 Dec 2008 09:41:44 -0800, Joerg
<notthisjoergsch@xxxxxxxxxxxxxxxxxxxxx> wrote:
That boils down to about the same effort as a complete re-install
onto a new HD, plus Linux is quite nerdy, requires you to know the
magic command line Swahili with which I am not familiar.
Bulloney. Linux distros support archival retrieval, and copying that
volume to another will yield a perfect, functional, bootable copy. No
re-installs required, no magic words. Linux installations are typically
image copies for most applets and applications that get installed. Not
much gets compiled during the installation runtime.
Yeah, to a Linux expert probably. But when I looked at an instruction
on the web on how to do a mirror archive of a Windows machine using a
Knoppix CD in order to dump that back onto a new hard drive that was
at least two pages of intricate command line stuff.
You can do it in one line using e.g. ntfsclone. That's what I use to
image laptops in their pristine state, before giving them to the
user. The man page for ntfsclone gives the required command line for
the most common scenarios (backup, restore, to/from a local file, and
to/from the network.
Boot from a knoppix CD/DVD and choose from:
==================================================================
Clone NTFS on /dev/hda1 to /dev/hdc1:
ntfsclone --overwrite /dev/hdc1 /dev/hda1
Save an NTFS to a file in the special image format:
ntfsclone --save-image --output backup.img /dev/hda1
Restore an NTFS from a special image file to its original partition:
ntfsclone --restore-image --overwrite /dev/hda1 backup.img
Save an NTFS into a compressed image file:
ntfsclone --save-image -o - /dev/hda1 | gzip -c > backup.img.gz
Restore an NTFS volume from a compressed image file:
gunzip -c backup.img.gz | \\
ntfsclone --restore-image --overwrite /dev/hda1 -
Backup an NTFS volume to a remote host, using ssh. Please note, that ssh may ask for a password!
ntfsclone --save-image --output - /dev/hda1 | \\
gzip -c | ssh host ’cat > backup.img.gz’
Restore an NTFS volume from a remote host via ssh. Please note, that ssh may ask for a password!
ssh host ’cat backup.img.gz’ | gunzip -c | \\
ntfsclone --restore-image --overwrite /dev/hda1 -
==================================================================
--
John Devereux
.
- Follow-Ups:
- References:
- OT: Hard disk mirror with Paragon on USB stick?
- From: Joerg
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Martin Brown
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Joerg
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Joel Koltner
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Archimedes' Lever
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Joerg
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Archimedes' Lever
- Re: OT: Hard disk mirror with Paragon on USB stick?
- From: Joerg
- OT: Hard disk mirror with Paragon on USB stick?
- Prev by Date: Re: Ultra-simple discrete 10W audio power stage for guitar use - would this work?
- Next by Date: Re: Win98SE driver for Geforce 8400 GS
- Previous by thread: Re: OT: Hard disk mirror with Paragon on USB stick?
- Next by thread: Re: OT: Hard disk mirror with Paragon on USB stick?
- Index(es):
Relevant Pages
|