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

Home -> Community -> Usenet -> c.d.o.server -> Re: Append files to Tape drive

Re: Append files to Tape drive

From: Trifon Anguelov <trifona_at_pacbell.net>
Date: Sat, 29 Sep 2001 13:34:09 +0000
Message-ID: <3BB5CDD1.3CE2E8F9@pacbell.net>


Adnan wrote:

> how can i append files to tape on an SCO UnixWare7 system.....
>
> pls write me the exact syntax.
>
> Regards
> Adnan

 Adnan,

Use :

$tar cvf /dev/rmt/0cbn <file_name>

To check after adding files:

mt -f /dev/rmt/0cbn nbsf - to roll back one file. Then use tar tvf /dev/rmt/0cbn to check the archive.

Hope that helps.

Trifon Anguelov
Senior Oracle DBA

www.dbaclick.com Received on Sat Sep 29 2001 - 08:34:09 CDT

Original text of this message

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