check multiple tar.gz files if they valid

So kann man sicher sein , dass mehrere Archivdateien (*.tar.gz) gültig sind:

for d in /path/to/backup/*.tar.gz ; do (echo -e "\n$d\n\n" && gzip -t -v $d ); done

 

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare