# DAT Tape 상태 확인
mt -f /dev/rmt0 status

# DAT Tape 되감기
mt -f /dev/rmt0 rewind

# DAT Tape 지우기
mt -f /dev/rmt0 erase

 

# DAT Tape 꺼내기

mt -t /dev/rmt0 rewoffl




# DAT Tape 에 백업하기
tar cvf /dev/rmt0 대상폴더

# DAT Tape 정보를 디스크에 풀기
tar xvf /dev/rmt0 대상폴더

# DAT Tape 백업상태 확인
tar tvf /dev/rmt0


'::: OS ::: > AIX' 카테고리의 다른 글

AIX Concurrent I/O for RDBMS  (0) 2011.01.03
AIX Concurrent I/O for RDBMS - 2  (0) 2011.01.03
AIX Admin 시험정보  (0) 2010.09.17
AIX 과정 로드맵  (0) 2010.09.17
유닉스 팁: 열 가지 더 좋은 유닉스 습관  (0) 2010.09.15

+ Recent posts