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.
file verification after deploying from staging to live
Moderator: General Moderators
Re: file verification after deploying from staging to live
MD5 hash sums?
It's a common technique used by almost everybody who publishes packages.
http://linux.byexamples.com/archives/19 ... um-how-to/
It's a common technique used by almost everybody who publishes packages.
http://linux.byexamples.com/archives/19 ... um-how-to/
There are 10 types of people in this world, those who understand binary and those who don't
Re: file verification after deploying from staging to live
Setup rsync, it uses various hash sums to verify.