Tape Backup
Tape Backup Command
โดยปกติแล้วอุปกรณ์ Tape Backup SCSI Master จะอยุ่ที่ /dev/st0
Backup directory and zip file (คำสั่งสำหรับ backup ด้วย Tar Zip)#tar -zcvf /dev/nst0 /filename.tar.gzOR#tar -cvf /dev/nst0 /home
Display list of liles on tape drive (คำสั่งสำหรับเรียกไฟล์ในเทปมาโชว์)
#tar -tzf /dev/st0
Display status information about (คำสั่งสำหรับ ดูสถานะของเทป)
#mt -f /dev/st0 status
Go to end of data (คำสั่งสำหรับควบคุมหัวเทป ไปเรกคอรด์สุดท้าย)
#mt -f /dev/nst0 eod
Forward record (คำสั่งสำหรับควบคุมหัวเทป ไปข้างหน้า 1 เรกคอรด์ จากปัจจุบัน)
#mt -f /dev/nst0 fsf 1

SUSE Linux Enterprise Cool Solutions
|







