On Wed, 17 Jan 2001, Peter Ferrigan wrote:

> Thanks Mikkel.
> 
> Now, for example, if i needed to back up the entire contents of
> /volume_one/oracle, what would be the command line that I would enter?
> 
> I am pretty new to this and really appreciate the help.
> 
> Thanks again
> 
tar -cvzf /dev/st0 /volume_one/oracle

or
cpio -oO /dev/st0 /volume_one/oracle

Or you may want to look into something like taper, BRU, or one of the
other utilities that manage tape backups.

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to