I am in the process of copying several partitions
to another disk using cpio
find . -mount | cpio -pavum /mnt/jaz2
I have tried several variations of the flags but
although all the regular files end up with the real
modification date all the directories have the time
cpio was run. Is there a way to preserve the directory
creation times as well?
I am running redhat linux 2.0.18
and GNU cpio version 2.4.2
thanks