1833793 Members
2235 Online
110063 Solutions
New Discussion

Re: fbackup

 
SOLVED
Go to solution
j773303
Super Advisor

fbackup

fbackup -i / -f /dev/rmt/0m

Does "-i /" include all of the mount point would backup to tape? If /test is a NFS mount point, does it also fbackup to tape?
Hero
5 REPLIES 5
Thierry Poels_1
Honored Contributor
Solution

Re: fbackup

Hi,

fbackup does not go through NFS mount points by default.

You need to add the "-n" option to backup the NFS directories.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
twang
Honored Contributor

Re: fbackup

From the 'fbackup' man pages: "By default fbackup does not cross NFS mount points, regardless of paths specified by the -i or -g options.".

Add the '-n' option to your 'fbackup' command to enable the visit.
Steven E. Protter
Exalted Contributor

Re: fbackup

There is an option in the interactive program to cross nfs mount points.

If you use it, your backup speed will drop, because nfs speed is not as fast as "local" disk.

The manual on fbackup says that -n will cross nfs mount points if you want to do that.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Robert DJ
Frequent Advisor

Re: fbackup

Hi,

To take backup for NFS mount point,

-n Cross NFS mount points. By default, fbackup does not cross NFS mount points, regardless of paths specified by the -i or -g options.

And Make sure that the ACLs are provided with proper rights.

Thanx & Regards,

Roby
Robert DJ
Adisuria Wangsadinata_1
Honored Contributor

Re: fbackup

Hi there,

Yup, the command 'fbackup -f /dev/rmt/0m -i /' will do a full system backup.

You need to use '-n' option for cross NFS mount points. See the man page of fbackup :

# man fbackup

For your reference, please check the knowledge mine with this docID : KBRC00006523 about 'Example backup/recover command for fbackup, cpio, tar'

http://itrc.hp.com/cki/bin/doc.pl/screen=ckiSearchResults?mode=id&searchString=KBRC00006523

Hope this can help you.

Best Regards,
AW

now working, next not working ... that's unix