这个问题有很多重复,但没有一个解决办法对我有用。
我正在尝试备份我的整个 Ubuntu 16.04 文件系统。
执行如下命令:
$ su root
$ cd /
$ tar --ignore-failed-read -cpzf /backups/fullbackup.tar.gz --exclude=backups --exclude=proc --exclude=tmp --exclude=mnt --exclude=sys --exclude=dev --exclude=run --exclude=/var/lib/ /
tar: /$filename: file changed as we read it tar: Exiting with failure status due to previous errors