On Sun, Jun 22, 2008 at 11:47 PM, Spiro Harvey, Knossos Networks Ltd <<a href="mailto:spiro@knossos.net.nz">spiro@knossos.net.nz</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I would like to do the same among two, several boxes, that is take thier dir<br>
listing to a certain depth, and compare it for differences as an integrity<br>
check that they have the same installation files?<br>
</blockquote>
<br></div>
then, maybe run a find to extract all filenames, then feed each one into sha1sum or md5sum to get a list of checksums. rinse and repeat on other server, then compare the two resulting sets of data.<br>
<br>
I can't think of a single tool to do this all rolled into one.<br><font color="#888888">
<br>
<br>
-- <br></font><div class="Ih2E3d">
Spiro Harvey                  Knossos Networks Ltd<br></div><div><div></div><div class="Wj3C7c">
021-295-1923                    <a href="http://www.knossos.net.nz" target="_blank">www.knossos.net.nz</a><br>
<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</div></div></blockquote></div><br><br>it may be much faster to use du or df from / to narrow down where the culprits are.<br>