LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   DLT copy using dd - dlt to harddrive and back (https://www.linuxquestions.org/questions/linux-hardware-18/dlt-copy-using-dd-dlt-to-harddrive-and-back-424516/)

tomatoefish 03-13-2006 03:53 PM

DLT copy using dd - dlt to harddrive and back
 
Hi!
I am trying to copy a dlt to a harddrive and back to a tape. Any suggestions of how to copy all files on a dlt onto a hard drive?

The command

dd if=/dev/st0 of=/data/file bs=64k

just copies one file. If I try to copy a second time I get an identical file.

All help appreciated! Kind regards, Tim!

michaelk 03-19-2006 07:50 PM

/dev/st0 will rewind tape upon completion of the command.
Using /dev/nst0 will not rewind the tape.


All times are GMT -5. The time now is 01:06 PM.