[Bug 8615] New: feature request 'update by reference'

2011-11-16 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=8615 Summary: feature request 'update by reference' Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Comp

RE: delete files

2011-11-16 Thread Voelker, Bernhard
Brian K. White wrote: > ... Looks like it works, but only for files not directories. > > All I did was change: > rsync $OPTS --include=/$F --exclude='*' $P ${h}::root$P > to > rsync $OPTS --include=/$F --exclude='*' ${P}/. ${h}::root${P}/. > > And now if the file doesn't exist locally it is dele