Guest_imported
New member
- Jan 1, 1970
- 0
I am running a Red Hat 7 Linux machine. I have been trying to run a tape back up. by using the following command, I am able to back up the data I want to the Tape:
#tar -cvzf/dev/st0 /filepath/
I then want to make sure that the data has been backed up and I am unable to verify. When i try to access a file or list the files that have been backed up, I get the following message:
tar: This does not look like a tar archive
tar: skipping to next header
tar: /filepath/filename.ext: Not found in archive
tar: Error exit delayed from previous errors
the command that I used to restore is:
#tar -xvf/dev/st0 /filepath/filename.ext
please help. I basically want to check to make sure that the data has been written and can be found on the tape.
also when u restore a file from a backup tape, where is it placed?
thank you for your time
#tar -cvzf/dev/st0 /filepath/
I then want to make sure that the data has been backed up and I am unable to verify. When i try to access a file or list the files that have been backed up, I get the following message:
tar: This does not look like a tar archive
tar: skipping to next header
tar: /filepath/filename.ext: Not found in archive
tar: Error exit delayed from previous errors
the command that I used to restore is:
#tar -xvf/dev/st0 /filepath/filename.ext
please help. I basically want to check to make sure that the data has been written and can be found on the tape.
also when u restore a file from a backup tape, where is it placed?
thank you for your time