Kenneth Sullivan wrote:
I'm trying to restore a directory on one of our servers.  First, I
want the directory to reside in a temporary location before I move it
to its original location.  I ran the following command in the temp
location:

amrestore /dev/nst0 <hostname> /.1/shares

Now I have a file in my temp directory named
<hostname>._.1_shares.20030206.0.  I've tried to tar it to expand the
contents but the server just sits there, even when running tar
overnight.  I used:

tar xvpS <hostname>._.1_shares.20030206.0

What am I doing wrong?  I need to be able to pull a certain directory
out and trash the rest.  Any help will be appreciated.






Hi


well I tend to use amrecover myself....

amrecover [ [ -C ] config ] [ -s index-server ] [ -t tape-server ] [ -d tape-device ]

(index and tape server tend to be same)

then inside amrecover you can set the dir/filesystem you want to recover, where you want it to go and from what date.

anyway back to your tar problem. you haven't used the 'f' option to tell tar to use a non default file ie..

tar xvpfS <hostname>._.1_shares.20030206.0



--
Martin Hepworth
Senior Systems Administrator
Solid State Logic Ltd
+44 (0)1865 842300




********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************



Reply via email to