Operating System - Linux
1827612 Members
3246 Online
109966 Solutions
New Discussion

cpio for files larger than 4GB

 
SOLVED
Go to solution
TJ_22
Occasional Advisor

cpio for files larger than 4GB

Hello,

I was wondering if anyone new of a way to backup files larger than 4GB on Linux EN 3.0.

I curently have cpio-2.5-4.RHEL3 installed.

Thanks,

T.J.
3 REPLIES 3
Steven E. Protter
Exalted Contributor
Solution

Re: cpio for files larger than 4GB

Shalom,

I think you are at the maximum.

See http://www.gnu.org for something bigger capacity.

I can do files up to 8 GB in HP-UX with a patch. Just in case there is an option.

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
Stuart Browne
Honored Contributor

Re: cpio for files larger than 4GB

I've been able to create 8.5GB Bzipped CPIO archives with no issue.

This is on an FC4 box however, using cpio-2.6-9.FC4.

What you could try is grabbing the source RPM, and re-making it on your RHE3 box (rpmbuild --rebuild cpio-2.6-9.FC4.src.rpm).
One long-haired git at your service...
Sergejs Svitnevs
Honored Contributor

Re: cpio for files larger than 4GB

You can use `-H odc' command line option on cpio - that being the ability to archive input files up to 8 Gb.

Regards