On Wed, Apr 07, 2004 at 12:44:13AM -0700, Max Waterman wrote:
> I would like to be able to determine which file types
> get copied first.
> I would like it to create the directories so that the
> directory
> structure is there, then copy 'index.html', then copy
> symlinks named
> 'Dominatrix6' (which point to either a directory, or
> another symlink).

There is a setting named mirror:order, which can be used to control
the order of files being transferred. Trailing slash means a directory.

So you should do before mirror:

   set mirror:order "*/ index.html Dominatrix6 *"

> I don't know how to make it create just the
> directories.

Use -X option to exclude all files:

   mirror -X *

--
   Alexander.                      | never mind that noise you heard
  • sym links Max Waterman
    • Alexander V. Lukyanov

Reply via email to