Displaying 1 result from an estimated 1 matches for "rtlv".
Did you mean:
rtl
2007 Sep 24
2
--delete not working
...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.