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.
--
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to