なんかBugったのかと思ったが、ちゃんと意味があるようで。まあ正常に動作しているってことならいいです。
backup – What does f+++++++++ mean in rsync logs? – Stack Overflow
>f.st......
> - the item is received
f - it is a regular file
s - the file size is different
t - the time stamp is different
.d..t......
. - the item is not being updated (though it might have attributes
that are being modified)
d - it is a directory
t - the time stamp is different
>f+++++++++
> - the item is received
f - a regular file
+++++++++ - this is a newly created item
