dhnish
26th January 2004, 09:21
Hi
Hope someone can assist me.
Currently I automate my Full Server backup onto a DLT-Tape Drive which in the morning gives out a message saying 100% complete.
Is there a way for me to check the contents of the tape?
Pls advice
Thank you and have a nice day
Yours in service
dhnish
Dikkie Dik
26th January 2004, 16:09
How did you backup the tape?
with tar?
tar tvf <device name>
will show you the contents
with cpio?
cpio -ictvB < <device name>
will probably show you some output. Else Read The Fine Manuals of the command you used to do the backup.
Hope this helps,
Dick
dhnish
27th January 2004, 02:37
Hi
I backed up using ufsdump command , indicating the path and drive.
Pls advice
Thank you and have a nice day
Yours in service
dhnish
Note by moderator: ufsdump/ufsrestore are used on Solaris and it is not recomended to do normal filesystem backups, see the man pages and loook for more information in SUN website
Dikkie Dik
27th January 2004, 09:33
I never used this command, but
$ man ufsdump
says everything you need. It also explains that as you use the 'v' option it automatically checks if it written to tape correctly. If you use this method you can be pritty sure that it is done correctly.
Also take a look ufsrestore.
$ man ufsrestore
As both commands have lots of options and I never played with it, it is too hard to explain what is your best choice.
Hope someone else has done more with this backup command.
Kind regards,
Dick
dhnish
27th January 2004, 09:40
Hi
Thanks for the support.
It works for me
Thank you and have a nice day
Yours in service
dhnish