> $ mirrordir --exclude-regexp '_.*' src dst
> excludes ALL files, not just those beginning with an underscore.

It seems to work fine here:

    vanzandt:/tmp/testmirrordir $ ls src dest
    dest:
    
    src:
    1xx  2xx  3xx  _xx  _yy  _zz  axx  bxx  cxx  dxx
    vanzandt:/tmp/testmirrordir$ mirrordir --exclude-regexp '_.*' src dest
    vanzandt:/tmp/testmirrordir$ ls src dest
    dest:
    1xx  2xx  3xx  axx  bxx  cxx  dxx
    
    src:
    1xx  2xx  3xx  _xx  _yy  _zz  axx  bxx  cxx  dxx

This is with:
 Desired=Unknown/Install/Remove/Purge/Hold
 | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
 ||/ Name           Version        Description
 
+++-==============-==============-========================================================
 ii  mirrordir      0.10.49-intl-3 duplicate a directory by making a minimal 
set of changes

but I don't know of any relevant changes. 

               - Jim Van Zandt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to