Search Results

Search: Posts Made By: Ross.Goodman
5,572
Posted By Ross.Goodman
Resolution !
Hi,

I found the problem:

I was using
tar xvf /dev/rmt1 -N800

and I should have used
tar -xvf /dev/rmt1 -N800

That dash IS important !

Thanks
5,572
Posted By Ross.Goodman
I backed up a unix database using "tar -cvf...
I backed up a unix database using
"tar -cvf /dev/rmt1 -N 800 /*"
Normally I would restore this using
"tar -xvf /dev/rmt1 -N 800"

This is reporting an error about
"not enough memory"

I have...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 02:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy