Comment 3 for bug 1896251

Revision history for this message
Mikko Rantalainen (mira) wrote :

Minimal test case (run in empty directory):

  mkdir -p a/1 b/1; echo "/1/2/3" > list; rsync --delete-missing-args --files-from=list a b

Example output:

file has vanished: ".../rsync-bug/a/1/2"
ABORTING due to invalid path from sender: 1/2/3
rsync error: protocol incompatibility (code 2) at generator.c(1271) [generator=3.1.2]