Amanda-Users

Re: Restoring without Amanda

2005-09-08 07:59:52
Subject: Re: Restoring without Amanda
From: Vytas Janusauskas <vytas AT dendron DOT com>
To: amanda-users AT amanda DOT org
Date: Thu, 08 Sep 2005 07:37:04 -0400
At 02:13 PM 9/7/05, you wrote:
On Wed, Sep 07, 2005 at 10:32:47AM -0400, Joshua Baker-LePain wrote:

snip ...

Vytas, Tony,

Would the header message have been any clearer if it said

   dd if=<tape> bs=32k skip=1 | /bin/gzip -dc | bin/tar -...f -

or maybe

   dd if=<tape> bs=32k skip=1 | /bin/gzip -dc | bin/tar -<tar_options> -f -

That would help make thing clearer. May I also suggest that something similar to what Paul Bijnens posted be added to the docs. I appreciate the fast response I got on my query from Paul ,Tony and yourself.

I usually extract with these options:

    $ su     # we need to be root to be able to restore owner, etc.
    # mkdir /the/lost/directory  # where to place the files
    # cd /the/lost/directory
    # dd if=.... bs=32k skip=1 | /path/to/gnutar -xzpvf -

        -x   :  extract
        -z   :  filter through gzip
        -p   :  preserve permissions
        -v   :  some animation on the screen
        -f - :  read from standard input

Vytas

snip ...


Vytas Janusauskas
Dendron Resource Surveys Inc.
880 Lady Ellen Place,  Suite 206
Ottawa, Ontario, Canada
K1Z 5L9
Voice: (613) 725-2971
Fax: (613) 725-1716
<mailto:vytas AT dendron DOT com>


<Prev in Thread] Current Thread [Next in Thread>