All of lore.kernel.org
 help / color / mirror / Atom feed
From: Markus Schiltknecht <markus@bluegap.ch>
To: linux-lvm@sistina.com
Subject: Re: [linux-lvm] Block-Level Backup
Date: Thu Aug  7 03:29:02 2003	[thread overview]
Message-ID: <1060244848.11191.7.camel@localhost> (raw)
In-Reply-To: <1060243375.28308.6.camel@rocky>

On Thu, 2003-08-07 at 10:02, Rocky Lee wrote:
> Hi all,
> 
> How to do block-level Backup with LVM?
> "tar" seems like only support file-level backup.
> any backup tool recommand?

What exactly shall this be good for?

I immediately thought about ISO files: CD-ROM images. You can do the
very same to any block device:

dd if=/dev/hda1 of=/tmp/disk.bak

Of course, the drive mounted ot /tmp has to be larger than /dev/hda1, in
this case... and it's filesystem should probably support files > 2GB.
Compression might help, too.

Not sure if that's whah you're looking for...

Markus

  reply	other threads:[~2003-08-07  3:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-07  3:02 [linux-lvm] Block-Level Backup Rocky Lee
2003-08-07  3:29 ` Markus Schiltknecht [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-08-07  4:14 Rocky Lee
2003-08-07  4:28 ` Frank Van Damme
2003-08-07  4:34 ` Jose Luis Domingo Lopez
2003-08-07  4:37 ` Joe Thornber
2003-08-07  7:48   ` Christophe Saout
2003-08-07  8:45     ` Herbert Pötzl
2003-08-07 10:12       ` Bill Rugolsky Jr.
2003-08-07 10:55         ` Joe Thornber
2003-08-07 11:33           ` Bill Rugolsky Jr.
2003-08-07 12:39             ` Dieter Stueken
2003-08-08  8:46               ` Wolfgang Weisselberg
2003-08-07  8:28 ` Mark H. Wood

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=1060244848.11191.7.camel@localhost \
    --to=markus@bluegap.ch \
    --cc=linux-lvm@sistina.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.