Hello !

I want to publish our README files describing how software are installed
at our lab.

I've tried variations on this theme :
rsync --verbose --partial --recursive --copy-links --delete --delete-excluded 
--exclude /src2 --include  '**.README' --exclude '*' .. 
chailly:/usr/local/apache/chailly/htdocs/systeme/README

but nothing is copied :
building file list ... done
/
/
wrote 32 bytes  read 16 bytes  4.17 bytes/sec
total size is 0  speedup is 0.00

If I add --include  '*/' it works but also copies all the directory, even
those without any README file in them... :-(

Is there any elegant answer (I'd like avoiding `find . -name '*.README'
-print` for example...) ?

Thank you,
-- 
    Ronan KERYELL              |\/
    Labo Informatique T�l�com  |/)  Tel:    (+33|0) 2.29.00.14.15
    ENST Bretagne, BP832       K    Fax:    (+33|0) 2.29.00.12.82
    29285 BREST CEDEX          |\   E-mail: [EMAIL PROTECTED]
    FRANCE                     | \  http://www-info.enst-bretagne.fr/~keryell

Reply via email to