Ask a Question related to Sun Solaris, Design and Development.
-
Darren Dunham #1
Re: ufsrestore of single file?
In comp.unix.solaris Larry Lindstrom <larryl@aracnet.com> wrote:
> Hi Experts:> I'm running this from "/tmp/test_recover". The contents
> of the ufsdump tape shows "./local/bin/filesystem_file_name".
> Why doesn't this extract the file to
> "/tmp/test_recover/local/bin/filesystem_file_name"?I would expect to give the filename as either> mt -f /dev/rmt/0 rew
> mt -f /dev/rmt/0n fsf 2
> ufsrestore fr /dev/rmt/0n /local/bin/filesystem_file_name
../local/bin/filesystem_file_name or
local/bin/filesystem_file_name
I'm not sure that 'r' is correct for restoring a single file. You might
want to use 'x' instead.
Also, I might try to do the ufsrestore interactively...
ufsrestore if /dev/rmt/0n
ufsrestore > ls
ufsrestore > add local/bin/filesystem_file_name
ufsrestore > extract
ufsrestore > quit
probably 'r' versus 'x'.> Why isn't this extracting a single file?
--
Darren Dunham [email]ddunham@taos.com[/email]
Unix System Administrator Taos - The SysAdmin Company
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >
Darren Dunham Guest
-
Is it possible to save many scanned photos to a single PDF file?
Please, help :) -
Hyperlink to a single worksheet within an Excel file
:confused; How do I create a hyperlink to a particular worksheet within a mulit-worksheet Excel work book? -
Saving as Single File Web Page
I am saving a publisher doc (web page) using the "save as" option of Single File Web Page so all components for my 4 page web site are packaged... -
Using PHP and ASP in a single source file?
I'm a software engineer but pretty naive about web programming/scripting. I'm working with a server running Windows IIS. I have several ASP files... -
Ufsrestore problems
Hi , I am having problems restoring a backup of a file from a tape device. When i run the command to check whether the file exists before... -
bentech4you@gmail.com #2
Re: ufsrestore of single file?
[QUOTE=Darren Dunham;503937]In comp.unix.solaris Larry Lindstrom <larryl@aracnet.com> wrote:
I would expect to give the filename as either
../local/bin/filesystem_file_name or
local/bin/filesystem_file_name
I'm not sure that 'r' is correct for restoring a single file. You might
want to use 'x' instead.
Also, I might try to do the ufsrestore interactively...
ufsrestore if /dev/rmt/0n
ufsrestore > ls
ufsrestore > add local/bin/filesystem_file_name
ufsrestore > extract
ufsrestore > quit
probably 'r' versus 'x'.
after adding
ufsrestore>setmodes
then extractbentech4you@gmail.com Guest



Reply With Quote

