Page 1 of 1

file verification after deploying from staging to live

Posted: Fri Aug 29, 2008 1:35 am
by LBmtb
Hi all!

Was just wondering if you guys had recommendations on some sort of open source package or technique of somehow verifying that the files were transferring completely and accurately after doing a deploy from a staging to live server.

Re: file verification after deploying from staging to live

Posted: Fri Aug 29, 2008 8:56 am
by VladSun
MD5 hash sums?
It's a common technique used by almost everybody who publishes packages.

http://linux.byexamples.com/archives/19 ... um-how-to/

Re: file verification after deploying from staging to live

Posted: Tue Sep 09, 2008 6:24 am
by Jenk
Setup rsync, it uses various hash sums to verify.