public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: davecode@nospammail.net
To: gentoo-user@lists.gentoo.org
Subject: [gentoo-user] Re: Ghosting a Ext3 partition
Date: Sat, 01 Mar 2008 13:44:24 -0800	[thread overview]
Message-ID: <1204407864.32499.1240019981@webmail.messagingengine.com> (raw)

"What supports what" is a good reason for non-filesystem backups.  For
example partimage has trouble with XFS (still...after all these
years...).  A program like dd doesn't care the fs.  Call it a device
backup if you like.  This is your basic choice in backup - device or fs.
 Me personally, dd_rescue - far better than raw dd.

Your backup strategy has implications for partitioning Linux.  I make
backup partitions with the same byte count.  But that's over the top for
most.  They don't need to match exactly for dev bkups.  And of course
you don't go dev-to-dev all the time, sometimes dev-to-file and
file-to-dev.  Don't forget the MBR which dd can backup:  dd if=/dev/hdX
bs=512 count=1 of=MBR.dd

Who knows what Linux formats Ghost may or may not support.  It's passe
even for Windows.  They use DOS drivers for everything.  That's right
16-bit DOS.  I am amazed Norton can make money selling stuff like that. 
Norton may have hosed your fs.

For repairs and backup it's better to boot something like www.grml.org
live CD with lots of good admin tools and fs support.  You can run ext3
repairs from that.  Man e2fsck or whatnot.

-- 
http://www.fastmail.fm - The way an email service should be

-- 
gentoo-user@lists.gentoo.org mailing list



             reply	other threads:[~2008-03-01 21:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-01 21:44 davecode [this message]
2008-03-05  9:40 ` [gentoo-user] Re: Ghosting a Ext3 partition Crayon Shin Chan
2008-03-05 11:55   ` [gentoo-user] " Michael Schmarck
2008-03-05 12:24     ` cypherstrong
  -- strict thread matches above, loose matches on Subject: below --
2008-02-29 19:27 [gentoo-user] " Jonathan Haws
2008-03-02 13:43 ` Rasmus Andersen
2008-03-02 23:43   ` Mark Kirkwood
2008-03-03 20:17     ` Jonathan Haws
2008-03-04  8:07       ` [gentoo-user] " Michael Schmarck

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1204407864.32499.1240019981@webmail.messagingengine.com \
    --to=davecode@nospammail.net \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox