Can tar verify integrity of untarred files on destination disk?
1
vote
1
answer
2747
views
Example:
I create a.tar.gz from the file "a.txt" (so I used the -z option). Let's say the checksum of the file a.txt before it's added to the archive is "abc123".
When I untar and "a.txt" is written to disk, can I make it so tar checks that the checksum of a.txt on the destination disk is "abc123" and fail if it isn't the same?
Asked by Kias
(173 rep)
Nov 21, 2016, 08:11 PM
Last activity: May 6, 2025, 09:05 AM
Last activity: May 6, 2025, 09:05 AM