1837002 Members
2073 Online
110111 Solutions
New Discussion

Re: doubt whit fbackup

 
Carlos  Soares
Occasional Contributor

doubt whit fbackup

How I do for get a fbackup log in one file, for see all
files into the backup ?? Its is possible ?? If no , someone
can help me find a solution ??

Thanks

Carlos Cesar S. Soares
2 REPLIES 2
Clark Safford
New Member

Re: doubt whit fbackup

I use /etc/fbackup -I /log/file

I believe that SAM puts the list in /var/sam/log/br_full.index.
Evan Day_1
Frequent Advisor

Re: doubt whit fbackup

Try passing the -v argument to fbackup and redirecting stdout to a file:

fbackup -v (other fbackup options) > fbackup.log

You can also use frecover to read a list of files stored on a tape after the
backup has completed:

frecover -rNvf (tape device) > tape.list

will dump the contents of the tape to the file tape.list

-Evan