rsyncをログ出力した時に出る記号の意味

【PR】
※IT系の記事は当方環境での実施内容となるため実施する場合は自己責任でお願いいたします。

なんか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

 

Tips

Posted by admin