tar:
tar cvfM /dev/st0 sample //save; M for multivolume
tar tvf /dev/st0 //list
tar xvf /dev/st0 //restore
tar xvf /dev/st0 file //restore a file
cpio:
find . -depth -print | cpio -ov -C32768 > /dev/st0 //save
cpio -itv -C32768 < /dev/st0 //list
cpio -ivd -C32768< /dev/st0 //restore
find out file type on tape:
file - < /dev/st0
Thursday, September 21, 2006
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment