1
1

More than 5 years have passed since last update.

tar コマンド “file changed as we read it” エラーの回避方法にていて

Posted at

該当フォルダを圧縮するとき:

tar czvf bak.tar.gz . --exclude bak.tar.gz

エラーが出ました。

tar: .: file changed as we read it

解消方法は --warning=no-file-changed をつけることです。同様に --warning=no-file-removed オプションもあります。

1
1
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1