- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what is the advantage of the cpio command
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 03:27 AM
03-04-2005 03:27 AM
what is the advantage of the cpio command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 03:29 AM
03-04-2005 03:29 AM
Re: what is the advantage of the cpio command
I've not found the need to go beyond tar except when working with oracle web distributions that require me to unpack files from cpio cd images.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2005 03:41 AM
03-04-2005 03:41 AM
Re: what is the advantage of the cpio command
Both tar (at least the vanilla versions) and cpio are limited to 2GB files so always keep that limitation in mind.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 01:35 AM
03-07-2005 01:35 AM
Re: what is the advantage of the cpio command
cpio is very portable between different OS flavours (just like tar). It is due to this portability - conformance to (POSIX?) industry standards and interoperability goals - that also constrain it (eg support for large files and large UIDs....)
There is also pax (man pax for details) which can read and write both cpio and tar archives, as well as its own native format. I believe this has the same portability constraints as tar and cpio....
If you need to copy largefiles (>2GB) consider (GNU) tar or backup commands eg fbackup/frecover (for example, to copy files from /source to /target:
cd /source ; fbackup -f - -i . | (cd /target; frecover -rXf -)
HTH
Regards,
Nick
** PS please do not forget to assign any points - (you have assigned points to 0 of 8 responses)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 01:42 AM
03-07-2005 01:42 AM
Re: what is the advantage of the cpio command
Also see:
http://www.linuxjournal.com/article.php?sid=1213
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 01:55 AM
03-07-2005 01:55 AM
Re: what is the advantage of the cpio command
As an adition please have look at;
http://docs.hp.com/en/B2355-90672/index.html
especially chapter9
Table 9-2, â A Comparison of Backup/Recovery Utilitiesâ
good
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2005 01:58 AM
03-07-2005 01:58 AM
Re: what is the advantage of the cpio command
http://docs.hp.com/en/B2355-90672/ch09s05.html