[
Hiiii
Thanks for the reply
Actulayy size of backup file which is on tape is more than 10GB. And this file was deleted from my syatem. And now i want to retrive that file from tape to Hard disk. So please tell me the command line so that i can easily restore the file form Tape to Nachine.
Thanks
QUOTE=pauline896]you can retrieve the files by mounting the CD and copying the files from CD to hard drive using the cp command
cp /dev/st0 (mine are on use dev/cdrom so use whatever device yours is called) new.location (for new.location, use whatever directory you want it in)
move to the directory you copied the tar files to:
cd whatever directory you put the tar file in
tar -xp filename.tar
================================================== =========
widecircles
pauline[/quote]