Странице

Ознаке

петак, 17. мај 2013.

Check if tar and tar.gz is currupted or not


To test the gzip file is not corrupt:
gunzip -t file.tar.gz
To test the tar file inside is not corrupt:
gunzip -c file.tar.gz | tar t > /dev/null

Нема коментара:

Постави коментар

Напомена: Само члан овог блога може да постави коментар.