How can I backup multiple tar-files on a tape using mt and tar and how
can I restore them ???
I am working on a netserver under solaris 2.4
thanks for help !!
How can I backup multiple tar-files on a tape using mt and tar and how
can I restore them ???
I am working on a netserver under solaris 2.4
thanks for help !!
]How can I backup multiple tar-files on a tape using mt and tar and how
]can I restore them ???
]I am working on a netserver under solaris 2.4
]
Use the non-rewinding devices, /dev/rmt/0cbn or whatever it is on your system.
It'll be like your current tape device with an "n" jammed on the end.
tar -cvf /dev/rmt/0cbn *
maybe followed by an
mt -f /dev/rmt/0cbn eof
I always like to check these tapes now to make sure there were no accidental
rewinds, since using this to back up a large Storage Array prior to a complete
re-org to find that I only had one out of 15 filesystems on the tape afterwards.
Have a play around to get comfortable with the stacked archives and the
mt -f /dev/rmt/0cbn fsf 1
and related commands for tape positioning.
Regards,
George.
--
,-,_|\ George Dau,
/ * \ Unix (Solaris, DEC Unix, Linux), NT, Oracle, Internet.
v WWW: http://pobox.com/~gedau
Hi;
You can use mt with some /dev/rmt/*n (no rewind) to read ahead allready written
archives. Also use the norewind device with the archive command.
PS I eject after every archive write and reposition (mt) before writing the
next one .
hb
1. backup multiple tar-files on a tape using tar & mt ???
How can I backup multiple tar - files on a streamer using tar & mt
mt - program to manage the tape
tar - backup program
I am working on a Solaris 2.5 netserver
thanks for help !!!!
3. backup multiple tar-files on a tape
5. Tape backups using tar, mt and cpio
6. Problems with restricted shell (bash2 -r)
7. tar & mt command. Getting Tar:Unexpected EOF
8. Exabyte 230D Tape Library Problem w/Networker 5.2.1 (Solaris 2.6)
9. using tar command to extract tarred files
10. manual tape backup: mt, tar, Mammoth helical ...
11. Lone-Tar / Tar / Tape backup problems
12. tar, cmtp, mt, EOF, EOM and multiple tape archives...
13. using tar to store multiple compressed files to tape