1751766 Members
4981 Online
108781 Solutions
New Discussion юеВ

Re: backup queston

 
SOLVED
Go to solution
Ragni Singh
Super Advisor

backup queston

Hello everyone,

How do I verify what was just backed up onto a tape.
7 REPLIES 7
Phil Daws_2
Regular Advisor

Re: backup queston

How have you backed it up? tar,dd,fbackup,netbackup,omniback,backup express???
Helen French
Honored Contributor

Re: backup queston

hey,

it depends on which tool u r using for backup. for eg: if you use tar, then use 'tar -tvf device_name'

Each backup tool has it's listing utility/switches

HTH,
Shiju
Life is a promise, fulfill it!
A. Clay Stephenson
Acclaimed Contributor

Re: backup queston

Hi:

It depends upon the backup command used.
For example: if you backed up with cpio, then you do a cpio -ivt; for tar a tar -vt; for Omniback II, you can do a verify. We need a few more details.
If it ain't broke, I can fix that.
Ragni Singh
Super Advisor

Re: backup queston

I use fbackup to back data up.
harry d brown jr
Honored Contributor

Re: backup queston

Use the "-N" option on frecover.

live free or die
harry
Live Free or Die
Wim Rombauts
Honored Contributor

Re: backup queston

In that case, use frecover with the -N option.

Read the frecover manpage for more information on other options.
Helen French
Honored Contributor
Solution

Re: backup queston

hey,

use:

'frecover -N -v' option

Shiju
Life is a promise, fulfill it!