1830899 Members
3096 Online
110017 Solutions
New Discussion

fbackup on a file

 
matteo casarino
Advisor

fbackup on a file

Hi!
I need to backup a directory in a file with the command fbackup the command work but failed when the file is about 2,1Gb can fbackup work with a bigger file ?

thank you
tring open new windows of your mind
6 REPLIES 6
John Palmer
Honored Contributor

Re: fbackup on a file

Hi,

fbackup is OK with largefiles (> 2Gb).

What error message did you get?

Regards,
John
Joseph Chakkery
Valued Contributor

Re: fbackup on a file

Probably enabling LARGE Files to Yes on this filesystem will help u.

Regards
Joe.
Knowledge is wealth
matteo casarino
Advisor

Re: fbackup on a file

I think the problem born because I work
across NFS.
Infact on local machine i backup 2.8Gb is there a patch to solve the problem???
tring open new windows of your mind
Steve Steel
Honored Contributor

Re: fbackup on a file

Hi

If disc is mounted as largefiles and
ulimit -a shows unlimited for hard and soft
limits should be ok

Hardlimit :
# ulimit -Hf unlimited
Softlimit :
# ulimit -Sf unlimited
Check :
# ulimit -a
Change /etc/profile, if needed,to set file (blocks) permanently.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
matteo casarino
Advisor

Re: fbackup on a file

hi the
Hf check
unlimited
Sf check
unlimited

ulimit -a check:
time(seconds) unlimited
file(blocks) unlimited
data(kbytes) 2015464
stack(kbytes) 81584
memory(kbytes) unlimited
coredump(blocks) 4290772993
nofiles(descriptors) 200

what is data ?
and where i can modify this parameters?
tring open new windows of your mind
Sanjay_6
Honored Contributor

Re: fbackup on a file

Hi Matteo,

Fbackup works fine with files larger than 2GB. The problem could be with the largefiles option disabled for your filesystem. Do a "fsadm -F vxfs /mount_point"

If this returns nolargefiles, you should enable the largefiles option for the filesystem. Use hfs in place of vxfs in the command if this is a hfs filesystem.

Hope this helps.

Regds