Or pax. To make the image copy:
pax -rw -pe <src> <dest>
Make sure to use a relative path for src (e.g. cd /a/b/c; pax -rw -pe d /toaster).
barry
On Fri, 7 Apr 2000, Bruce Sterling Woodcock wrote:
[cp and tar examples deleted]
Of course, these will not give exact copies of the data you want. You best bet is to use unix dump and restore or ndmpcopy. Barring that, you want to use something like cpio.
Bruce