Operating System - HP-UX
1835177 Members
2647 Online
110077 Solutions
New Discussion

Re: Backup of File - size more than 3GB

 
SOLVED
Go to solution
Ranjith_5
Honored Contributor

Backup of File - size more than 3GB

Hi experts,

Which is the best way to take a backup of a compressed file more than 3Gig? I dont want use any backup software like NBUP/DP.

I feel that tar,cpio and dd cannot be used at this time. fbackup also failed when I tried.

What next? Ideas which serve my purpose will get maximum points.

Regards,
Syam
7 REPLIES 7
Pete Randall
Outstanding Contributor
Solution

Re: Backup of File - size more than 3GB

Syam,

How about gnu tar?

http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.14/


Pete

Pete
RAC_1
Honored Contributor

Re: Backup of File - size more than 3GB

hp tar (with a patch goes upto 8 gb)
gnu tar
fbackup
pax (again patch is required)

Anil
There is no substitute to HARDWORK
Ranjith_5
Honored Contributor

Re: Backup of File - size more than 3GB

More inputs pls.

Regards,
Syam
Ranjith_5
Honored Contributor

Re: Backup of File - size more than 3GB

Can I get an Indea which works on all flavours of unix ?

regards,
Syam
Pete Randall
Outstanding Contributor

Re: Backup of File - size more than 3GB

What else do you want to know? Between us, Anil and I have pretty well covered the possibilities. If you want something transportable to various Unix flavors, then go with gnu tar.


Pete

Pete
Dave La Mar
Honored Contributor

Re: Backup of File - size more than 3GB

Syam -
See attached doc we created for ourselves for using fbackup for large files.

Regards,

dl
"I'm not dumb. I just have a command of thoroughly useless information."
Ranjith_5
Honored Contributor

Re: Backup of File - size more than 3GB

Points assigned to u both. I need to download and install gnu tar now.

Thanks a lot.