<br><div class="gmail_quote">On Sat, Jul 28, 2012 at 3:48 AM, M. Carrasco <span dir="ltr"><<a href="mailto:ca@dragoman.org" target="_blank">ca@dragoman.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

3. Cron<br>
It can run properly run from cron as it is demonized.<br></blockquote><div>What's this about?  I've never had problems running run of the mill scripts from cron, once the environment is adequately replicated.<br>
 <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
"--hard-links" is not used and there is for and against reasons. >From man rsync:<br>
<br>
   "... finding  multiply-linked  files  is expensive."<br>
   "Without this option, hard-linked files in the transfer are treated as though they were separate files."<br></blockquote><div>FWIW, it might be nice to add a hardlink detecting bloom filter to rsync at some point.  This makes the process of detecting hardlinks less expensive.  Another way to narrow down the field is to just look at st_nlink.<br>
<br> </div></div>