- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ATTN: Bassey essien - cpio question
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
01-05-2001 03:37 PM
01-05-2001 03:37 PM
ATTN: Bassey essien - cpio question
---------------------------------------
does any know the simplest way of copying data
from old disk to new disk using cpio command. what options will facilitates copying entire directory tree from old PV to new VG.
Iam not acquainted with cpio, but i think this is what i need in other to move datas from the old PV to the new volume groups.
Thanks.
------------------------------------------
Bassey,
I would think you would want to use -pdmv, and the syntax would be:
find . -depth -print | cpio -pdmv newdisk
the p means passthrough, d means create directories as needed, m means retain mod time, and v is verbose.
HTH
Mo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 07:28 AM
01-06-2001 07:28 AM
Re: ATTN: Bassey essien - cpio question
I've got the same problem. I posted an answer, see Bassey's post come on top of the list with the right answer count but can't see my answer when clicking on the list, but I can see yours :-))
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 07:31 AM
01-06-2001 07:31 AM
Re: ATTN: Bassey essien - cpio question
As I originally french speaking, I don't fully understand your signature.
I guess that 'mo' must be a nickname not far from 'Maureen' but what does 'HTH' stand for ??
All the best
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2001 09:58 AM
01-06-2001 09:58 AM
Re: ATTN: Bassey essien - cpio question
HTH - Stands for "Hope This Helps"
;-)
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2001 10:36 PM
01-07-2001 10:36 PM
Re: ATTN: Bassey essien - cpio question
It's difficult to understand all abbreviations in a foreign language...
AV
Dan
PS: AV stands for 'amicalement votre', meaning 'yours friendly' in french ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2001 08:49 AM
01-08-2001 08:49 AM
Re: ATTN: Bassey essien - cpio question
Mo is my nickname, I go by that more than Maureen.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2001 02:48 AM
01-09-2001 02:48 AM
Re: ATTN: Bassey essien - cpio question
Dan