mirror icon indicating copy to clipboard operation
mirror copied to clipboard

Deleting a directory hierarchy leaves empty directory

Open stephenh opened this issue 5 years ago • 0 comments

If you rm -fr foo/ where foo/ is a tree of foo/bar/zaz.txt, the remote side's deleting of zaz.txt will tick it's timestamp of foo/bar and so make it think that it's foo/bar are newer than the remote's foo/, and it will re-send mkdir foo/bar back to the remote side.

stephenh avatar Jan 27 '20 18:01 stephenh