Since upgrading to 3.4.3 I am seeing this error running rsync -avz --delete ~/Documents/ remote_ssh:Documents:
deflate on token returned 0 (1344 bytes left)
rsync error: error in rsync protocol data stream (code 12) at token.c(490) [sender=3.4.3]
It is reproducible (it always happen at the same place).
I tried running with -vv and then rsync hangs with this:
send_files(32429, /Users/schmitta/Documents/Mastodon/.git/objects/de/b6836d9d14b010746276cb51f7bad5ebc6ce00)
send_files mapped /Users/schmitta/Documents/Mastodon/.git/objects/de/b6836d9d14b010746276cb51f7bad5ebc6ce00 of size 16451829
calling match_sums /Users/schmitta/Documents/Mastodon/.git/objects/de/b6836d9d14b010746276cb51f7bad5ebc6ce00
Mastodon/.git/objects/de/b6836d9d14b010746276cb51f7bad5ebc6ce00
It’s been running for 15 minutes now. I’ll update if it finishes with a more explicit error.
Is there a way I can help debug this?
Since upgrading to 3.4.3 I am seeing this error running
rsync -avz --delete ~/Documents/ remote_ssh:Documents:It is reproducible (it always happen at the same place).
I tried running with
-vvand then rsync hangs with this:It’s been running for 15 minutes now. I’ll update if it finishes with a more explicit error.
Is there a way I can help debug this?