tar: file changed as we read it

前端 未结 8 1971
你的背包
你的背包 2020-12-02 15:03

I am using make and tar to backup. When executing makefile, tar command shows file changed as we read it. In this case,

8条回答
  •  温柔的废话
    2020-12-02 15:33

    Simply using an outer directory for the output, solved the problem for me.

    sudo tar czf ./../31OCT18.tar.gz ./
    

提交回复
热议问题