<br><br><div class="gmail_quote">On Thu, Dec 27, 2012 at 2:20 PM, Puskás Zsolt <span dir="ltr">&lt;<a href="mailto:errotan@elder.hu" target="_blank">errotan@elder.hu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div><br>
      Would be simpler and more reliable to store the file during the
      recording on the local machine (hard or RAM disk) than copy the
      file after hangup.<br></div></div></blockquote><div>+1<br><br>You&#39;re better off doing a cron job that copies the files to the target host, confirms they made it, then deletes the files from the local host (i.e. the FreeSWITCH box). You could even write a daemon that runs constantly and waits for a lull in system activity and moves the files when things are quiet. You could get really fancy if you wanted to but I think most sysadmins around here would say: keep it simple, try a cron job that runs every 10 minutes or so and uses &quot;nice&quot; or something similar to make sure the copy process doesn&#39;t spike your disk, network, or cpu usage.<br>
<br>-MC <br></div>
</div><br>