1753424 Members
4728 Online
108793 Solutions
New Discussion юеВ

fbackup directory

 
SOLVED
Go to solution
DnD_1
Regular Advisor

fbackup directory

i need a confirmation of action :)

in our 2008 directory, we have gzip file, and i need to fbackup it.

#pwd
#/personal/profile/2008
#ls
200801.tar.gz
200802.tar.gz
200803.tar.gz
200804.tar.gz
200805.tar.gz
200806.tar.gz

if i run the fbackup

#fbackup -f /dev/rmt/0m -i /personal/profile/2008

does it only fbackup 2008 directory ?

many thanks !!!
3 REPLIES 3
James R. Ferguson
Acclaimed Contributor
Solution

Re: fbackup directory

Hi:

Yes. Of course, you could always try this and then use 'frecover' with the '-N' (no recovery option) to ascertain the results.

Regards!

...JRF...
Ganesan R
Honored Contributor

Re: fbackup directory

Hi,

This will backup all the files and sub directories under /personal/profile/2008.

You can use -v with fbackup to monitor the files being backed up.

#fbackup -vf /dev/rmt/0m -i /personal/profile/2008
Best wishes,

Ganesh.
DnD_1
Regular Advisor

Re: fbackup directory

many thanks !!