Operating System - HP-UX
1835982 Members
3751 Online
110088 Solutions
New Discussion

what is the command for the remote filesystem copy via cpio?

 
SOLVED
Go to solution
Rick Garland
Honored Contributor

what is the command for the remote filesystem copy via cpio?

To add to my notes (not to be misplaced again), what is the command syntax?

Many thanks to all!

Rick
2 REPLIES 2
Dan_4
Advisor

Re: what is the command for the remote filesystem copy via cpio?

What do you mean by remote filesystem copy? I don't think cpio can copy between systems by itself. If it can, you might try using @ like some other commands do. I would recommend using something else like rcp or ftp for this.
Sajith V Mannadiar
Frequent Advisor
Solution

Re: what is the command for the remote filesystem copy via cpio?

Hi,

If you .rhosts entries configured properly,
then try using.

remsh "find -print |cpio -ocv" | dd of=/dev/rmt/0m

Sajith