Ask a Question related to Linux / Unix Administration, Design and Development.
-
Mario #1
help with tar command
Hello,
Please help me.
I erased a file from a unix server which has daily backup on dat
I erased the file:
/usr1/global/proc/CO49
can you please tell me with the tar command how to restore it from the DAT tape?
please make sure I only restore that file.
I have to position my self on the
/usr1/global/proc
before launching the tar command ?
Please give me the exact tar command to launch.
Thanks a lot,
Mario
Mario Guest
-
Acrobat 6.01: File Command disappears on Command Bar
On the Command Bar (File, Edit, View, etc.) the File Command disappears in many Acrobat operations. Is there a parameter available to insure that... -
RUN/execute a Command-Line command from an ASP page
Hi, I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2... -
RUN/execute a Command-Line command from an ASP page.
Hi, I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2... -
Windows Explorer Right Click Command (+ Custom Command Script)
Ok got a tricky question about custom scripts, I would like to add a Windows Explorer Right Click Command - that allows me to select an image/s... -
Multi command files and running them from the command prompt
Use the -td§ option . Details are in the section titled Command Line Processor Options in the Command Reference. "Derek Clarkson"... -
Scott McMillan #2
Re: help with tar command
On 10 Jun 2004 06:33:42 -0700, [email]marmagi@hotmail.com[/email] (Mario) wrote:
Your best bet, as it doesn't appear you are familiar with the tools,>Hello,
>
>Please help me.
>
>I erased a file from a unix server which has daily backup on dat
>
>I erased the file:
>
>/usr1/global/proc/CO49
>
>can you please tell me with the tar command how to restore it from the DAT tape?
would be to have your SysAdmin restore the file for you.
That depends - Can you post the command that was used to create the>
>please make sure I only restore that file.
>
>I have to position my self on the
>
>/usr1/global/proc
>
>before launching the tar command ?
>
>Please give me the exact tar command to launch.
backup? If not, you could try
tar tvf /dev/[your DAT drive's node] | grep CO49
The above will list the contents of the tape without extracting. Post
the results. man tar(C) for more information.
>
>Thanks a lot,
>
>Mario
Scott McMillan
Scott McMillan Guest



Reply With Quote

