Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Backing up redo archive logs

Re: Backing up redo archive logs

From: Connor McDonald <connor_mcdonald_at_yahoo.com>
Date: Tue, 09 Oct 2001 20:49:32 +0100
Message-ID: <3BC354CC.2C07@yahoo.com>


Kevin S. Smith wrote:
>
> I am using the following method to backup my archive logs without success:
>
> FILES= ls /u04/oradata/arch/*.dbf ; export FILES;
>
> I then restart the arcvhiver and do the following:
>
> tar -rvf /dev/nst0 $files
>
> and I get this:
>
> tar: This does not look like a tar archive
> tar: Skipping to next header
> tar: Error exit delayed from previous errors
>
> I am far fro a linux expert but would like to get my backups on target. I
> got this method from Kevin Loney's Oracle 8i DBA handbook. Could somebody
> please steer me in the right direction?
>
> Thanks
> Ksmith

> FILES= ls /u04/oradata/arch/*.dbf ; export FILES;
>
>

tar cvf /dev/nst0 `ls -1 /blah/blah/*.dbf`

on most platforms (dunno about linux)

-- 
==============================
Connor McDonald

http://www.oracledba.co.uk

"Some days you're the pigeon, some days you're the statue..."
Received on Tue Oct 09 2001 - 14:49:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US