> I need some help making a small script file. What I need it do is > copy the directories on one HD to another. I usually do this with 'cd srcdir; tar cpf - | (cd destdir; tar xpf -)' cp -a will apparently do the same thing. Jeff