rsync incorrect exclude files

im running version 0.9.8.1-1 on debian 6.0.8

i setup a script in /etc/backup.d/55-mybackup.rsync

i put some excludes: /var/lib/vz, /var/lib/mysql for example but my destination directory has the files and these were not properly excluded is my config wrong?

[general]

mountpoint = /mnt/1t
backupdir = bm01-samba
days = 5

[source]

# where the data to be backed up is (local or remote)
from = local

# include folder on backup
include=/etc
include=/var/lib
include=/var/www
include=/home
exclude=home/ftoledo/
exclude=home/samba/publico/soporte/soft/
exclude=home/vmachines/
exclude=var/lib/vz/
exclude=var/lib/mysql/

(from redmine: created on 2014-01-15)

Edited by Guillaume Subiron