<div dir="ltr"><div class="gmail_extra">On Thu, May 9, 2013 at 12:36 AM, Mike Miller <span dir="ltr"><<a href="mailto:mbmiller+l@gmail.com" target="_blank">mbmiller+l@gmail.com</a>></span> wrote:<br><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":bg">Do you mean that it checks the files during transmission and that it is impossible for it ever to fail?<br>
</div></blockquote><div><br></div><div style>It verifies checksums as part of its copy procedure. Sure, it's possible for it to fail mid-transfer, but you just issue the same rsync command again and it'll pick up where it left off. It's for this reason (restarting mid-copy) that I use rsync quite frequently, even when copying file structures around within a single system.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":bg">
But how do you learn anything by doing it that way?  ;-)<br></div></blockquote><div><br></div><div style>True. </div><div style><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":bg">
More seriously, I sometimes have important collections of files (for my work) that I like to have the md5sums for.  If a file is ever corrupted, I'll be able to tell because I keep that md5sum file.<br></div></blockquote>
<div><br></div><div style>Sounds like you ought to become familiar with ZFS. :) It does all this (and much, much more) for you automatically and transparently.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":bg">
With rsync, is it possible for the process to be killed so that not all of the files are copied over?  I still like the idea of confirming that the files were correctly copied.</div></blockquote></div><div class="gmail_extra">
<br></div>Again, as above, just restart the command...</div><div class="gmail_extra"><br></div><div class="gmail_extra" style>-Erik<br><br></div></div>