Re: From linux; restoring a NTFS partition
- From: Douglas Mayne <doug@xxxxxxxxxxxxxxxxx>
- Date: Sun, 12 Mar 2006 09:32:37 -0700
On Sun, 12 Mar 2006 01:31:31 -0800, szcs wrote:
Douglas Mayne wrote:Good idea. Thanks.
dd with gzip could actually produce smaller backups, because
I don't think ntfsclone uses any compression.
Ntfsclone gives you the choise, like dd, to use your favourite
compression.
Backup:
ntfsclone -s -o - <partition> | gzip > partition.img.gz
Restore:
gunzip partition.img.gz | ntfsclone -r -O <partition> -
The backup files usually are much smaller than the ones generated by
dd+gzip.
--
Douglas Mayne
.
- Follow-Ups:
- References:
- From linux; restoring a NTFS partition
- From: Gaétan Martineau
- Re: From linux; restoring a NTFS partition
- From: Douglas Mayne
- Re: From linux; restoring a NTFS partition
- From: Douglas Mayne
- Re: From linux; restoring a NTFS partition
- From: GM
- Re: From linux; restoring a NTFS partition
- From: Douglas Mayne
- Re: From linux; restoring a NTFS partition
- From: Grant
- Re: From linux; restoring a NTFS partition
- From: Douglas Mayne
- Re: From linux; restoring a NTFS partition
- From: szcs
- From linux; restoring a NTFS partition
- Prev by Date: audio question
- Next by Date: Re: network cards
- Previous by thread: Re: From linux; restoring a NTFS partition
- Next by thread: Re: From linux; restoring a NTFS partition
- Index(es):
Relevant Pages
|