What does f+++++++++ mean in rsync logs?

后端 未结 4 1011
闹比i
闹比i 2020-12-12 08:55

I\'m using rsync to make a backup of my server files, and I have two questions:

  1. In the middle of the process I need to stop and start rsy

4条回答
  •  伪装坚强ぢ
    2020-12-12 09:22

    1) Wodin, that's not entirely true. If using --partial or -P tag (same as --partial --progress) rsync resumes interrupted transfers.

    2) Exactly, that's common output for the --itemize-changes tag.

提交回复
热议问题