SQFSDIFF(1) | User Commands | SQFSDIFF(1) |
sqfsdiff - compare two squashfs images by contents and metadata
sqfsdiff [OPTIONS...] --old <first> --new <second>
Compare two squashfs images. In contrast to doing a direct diff of the images, this actually parses the filesystems and generates a more meaningful difference report.
If only contents are compared, any differences in packed file layout, ordering, compression, inode meta data and so on is ignored and the two images are considered equal if each directory contains the same entries, symlink with the same paths have the same targets, device nodes the same device number and files the same size and contents.
A report of any difference is printed to stdout. The exit status is similar that of diff(1): 0 means equal, 1 means different, 2 means problem.
Possible options:
The exit status is similar that of diff(1): 0 means equal, 1 means different, 2 means problem.
Written by David Oberhollenzer.
Copyright © 2019 David Oberhollenzer et al License GPLv3+:
GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
August 2019 | sqfsdiff |