One approach might be to just have one instance of
tar (standing in the source directory) squirt all
the files over to another instance that's standing
in the destination directory, maybe like this:

   cd srcDir ; tar cf - . | tar xf - -C destDir

_______________________________________________
gnhlug-discuss mailing list
[EMAIL PROTECTED]
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss

Reply via email to