--delete not working

Sylvain Viart sylvain.viart at easyrencontre.com
Mon Sep 24 13:29:01 GMT 2007


Hi,

I've set up a rsync deamon with the following config, on the remote side.

[deploiement]
    path = /data/one_tree
    use chroot = yes
    max connections=2
    lock file = /var/lock/rsyncd
    read only = no
    uid = nobody
    gid = nogroup
    hosts allow = someIP


from the source host I do :

rsync -rtlv  --exclude='.svn/**' --exclude=.svn --delete preprod/  
rsync://remote-host/deploiement/preprod/

the --dry-run gives me some file to delete.

but when I run the command without --dry-run, nothing is deleted?

Regards,
Sylvain.


More information about the rsync mailing list