I ran below command:
tar cvf ~/data.tar /home/user/data/
It showed lot of filenames on the screen, after 10 minutes I see:
tar: Exiting with failure status due to previous errors
Where can I see the error log for tar (is it somewhere under /var/log
). I can see that there is 100 Mb difference between the tarred version and the original. I want to know the names of missing files from newly created archive.
du -sh data.tar /home/user/data
5.7G data.tar
5.8G /home/user/data
Using GNU tar 1.27.1
tar
exited while writing them. – Hey Aug 15 '16 at 10:57