Guest_imported
New member
- Jan 1, 1970
- 0
i have a exabyte 220 with ame225 m2 tapes
i am not using amanda or any other software to do my backing up i am trying to just tar a file onto my tape and untar it back to the directory
i am able to tar the information onto my tape but when i try to untar it cannot find the tar file on my tape device.
to tar i used the commands
tar -czv /test > /dev/tape
to untar i tried
tar -xzv /dev/tape/test.tar.gz
it says the file does not exist does anyone know what im doing wrong?
i am not using amanda or any other software to do my backing up i am trying to just tar a file onto my tape and untar it back to the directory
i am able to tar the information onto my tape but when i try to untar it cannot find the tar file on my tape device.
to tar i used the commands
tar -czv /test > /dev/tape
to untar i tried
tar -xzv /dev/tape/test.tar.gz
it says the file does not exist does anyone know what im doing wrong?