I've an BackupPC server at home to backup laptops, and since I4ve update to Hardy, rsync crash with the filder .gvfs in all home directory.

The log file is more explicit :
full backup started for directory /home/
Running: /usr/bin/ssh -q -x -l root nameofthelaptop /usr/bin/rsync --server --sender --numeric-ids --perms --owner --group -D --links --hard-links --times --block-size=2048 --recursive --delete --force --compress --ignore-errors --ignore-times . /home/
Xfer PIDs are now 6270
Got remote protocol 29
Negotiated protocol version 28
Remote[1]: rsync: readlink "/home/nameoftheonlyuser/.gvfs" failed: Permission denied (13)
Xfer PIDs are now 6270,6272
[ 2 lignes sautées ]
Parent read EOF from child: fatal error!
Done: 0 files, 0 bytes
Got fatal error during xfer (Child exited prematurely)
Backup aborted (Child exited prematurely)
This folder is dr-x------ and is own by the user and rsync run as root
More, I can't change permissions of this folder...

Thanks
XioNoX