Re: Good md5sum snapshot tool?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, Jun 3, 2009 at 10:18 PM, Sean Carolan <scarolan@xxxxxxxxx> wrote:
> I have a server that is undergoing some patching soon and would like
> to make note of any files that have changed after the patching is
> complete.  Can you recommend a tool that uses md5sum snapshots to do a
> quick before and after test, showing anything that's changed on a
> particular file system?

Simple but effective:
find . -type f -exec md5sum {} \; | sort > /tmp/previous

Do the same after with a different file name and use diff

Cheers Didi

> _______________________________________________
> CentOS mailing list
> CentOS@xxxxxxxxxx
> http://lists.centos.org/mailman/listinfo/centos
>
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos


[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux