Peter Humphrey wrote:
What tool or command do you use to make your copies? I remember seeing an invocation of tar piped to tar to ensure that all dates, permissions etc are preserved, even on pipes and other esoteric things, but my memory being what it is of course I can't remember it.
Maybe: cd /sourcedir; tar -cpf - . | (cd /destdir; tar -xvf -) Tony -- Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin -- [email protected] mailing list
