LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   How to perform appending backup on tape drive. Need urgent help (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-perform-appending-backup-on-tape-drive-need-urgent-help-20514/)

LenkaNguyen 05-08-2002 04:03 PM

How to perform appending backup on tape drive. Need urgent help
 
Hi,

I have problems to perform full backup on my tape drive. This command
line is used to rewind the tape to the beginning when it finished the
operation.

mt -f /dev/st0 rewind.

My question is how can I perform appending backups on the tape drive.
Please anyone direct me how to do so. Your help is greatly
appreciated.

Thanks in advance

Lenka
:Pengy:

Rashkae 05-10-2002 08:26 AM

Tape Backup Tutorial
 
This is a good tape Backup Tutorial from IBM...

http://www-105.ibm.com/developerwork...1?OpenDocument

Registration is required, but mostly painless.

Lazarus 05-11-2002 08:16 AM

I have scsi dat tape. If you use /dev/nst0 this is the non rewinding device.
mt -f /dev/nst0 eod will position the tape at end of data then you can append another tar archive.
mt -f /dev/nst0 rewind
rewinds the tape.
Given this you can write your own archive script if you like.


All times are GMT -5. The time now is 11:14 AM.