|
NAMEsqfsdiff - compare two squashfs images by contents and metadataSYNOPSISsqfsdiff [OPTIONS...] --old <first> --new <second>DESCRIPTIONCompare 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:
EXIT STATUSThe exit status is similar that of diff(1): 0 means equal, 1 means different, 2 means problem.SEE ALSOrdsquashfs(1), sqfs2tar(1)AUTHORWritten by David Oberhollenzer.COPYRIGHTCopyright © 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.
Visit the GSP FreeBSD Man Page Interface. |