1833758 Members
2945 Online
110063 Solutions
New Discussion

fbackup

 
SOLVED
Go to solution
Allan Pincus
Frequent Advisor

fbackup

Hi,
I'm using fbackup to archive a root disk over to a backup server location (not on tape).

The size of the disk will change, and can wind up being larger than 2GB, which is the largest filesize UNIX can support (at least on my machine running 10.2).

The utility works fine, as long as the archive is less than 2GB. Is the only way around this to create a pair of fbackup jobs with different graph files?
2 REPLIES 2
Rodney Hills
Honored Contributor

Re: fbackup

You could pipe the output to "compress" and that would use less disk space. It would also cut down on the amount of data traveling across your network.

fbackup -i / -f - | compress -c | rcp - othersys:/mybackup/savefile.Z

HTH

-- Rod Hills
There be dragons...
Sanjay_6
Honored Contributor
Solution

Re: fbackup

Hi Allan,

you can enable largefiles for the filesystem to accomodate archives larger than 2GB.

Try this link below,

http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062683990

Hope this helps.

regds