On Thu, Aug 20, 2009 at 08:41:40PM +0200, Nicolas KOWALSKI wrote:
> My problem is that I would like to synchronize a directory located
> inside "/Ma musique/", the one named "/Ma musique/iTunes/".

As you noticed, rsync will not synchronize anything whose parent dir
gets excluded.  To fix this, stop excluding the parent dir and instead
exclude the content of the dir (but after any includes from the dir):

  --include="/Ma musique/iTunes/" --exclude="/Ma musique/*"

..wayne..
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to