All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Bartelt <ulf@twc.de>
To: linux-lvm@msede.com
Subject: Re: [linux-lvm] lvm'ing root fs
Date: Tue, 11 Apr 2000 08:14:19 +0200	[thread overview]
Message-ID: <38F2C2BB.BE0AD186@twc.de> (raw)
In-Reply-To: 20000411072415.B22002@pclab.ifg.uni-kiel.de

Torsten Landschoff wrote:
>    (cd /source/directory && tar cf - . ) | (cd /dest/directory && tar xvfp -)

I use:

tar clCf sourcedir - . | tar xvpCf destdir -

...at least with gnu tar...

...will skip mounted filesystems due to the "l" option...
...will chdir to sourcedir/destdir due to the "C" option...


...or did i miss something?


Bye!
	Ulf.

  reply	other threads:[~2000-04-11  6:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-11  0:59 [linux-lvm] lvm'ing root fs Shaw, Marco
2000-04-11  2:45 ` Andreas Dilger
2000-04-11  3:43 ` Peter C. Norton
2000-04-11  4:21   ` Peter C. Norton
2000-04-11  4:51     ` Michael Loftis
2000-04-11  5:10       ` Peter C. Norton
2000-04-11  5:24     ` Torsten Landschoff
2000-04-11  6:14       ` Ulf Bartelt [this message]
2000-04-11  8:43         ` Re[2]: " Jens Bruckmann
2000-04-11 19:01           ` Luca Berra
2000-04-11  5:22 ` Torsten Landschoff
2000-04-11  9:31 ` Patrick Boutilier
2000-04-11  9:32 ` Patrick Boutilier

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=38F2C2BB.BE0AD186@twc.de \
    --to=ulf@twc.de \
    --cc=linux-lvm@msede.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.