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
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