On Thu, Aug 15, 2002 at 09:28:21PM -0400, Glenn Maynard wrote:
> mirror -x '/$'

Oops.  This excludes *all* directories.

Could you just do

   'find -type d -depth -print0 | xargs -0 rmdir -- 2> /dev/null'

after the job, or do you need this for remote mirrors too?

-- 
Glenn Maynard

Reply via email to