On Wed, Dec 28, 2005 at 03:09:14PM +0200, Kfir Cohen wrote: > rsync -aHvS --exclude /root//Desktop/ /root /tmp/kuku > > the Desktop Dir will not be excluded.
That's correct -- rsync will never construct a pathname that contains a double slash, so the path will never match a pattern that contains a double slash. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html