<div dir="ltr">I'm not sure which of my previous comments you are replying to here, but I do believe you are mistaking the meaning of "compiled binary script code" with "executable, Operating System level code/scripts".<div><br></div><div>The former ("compiled binary script code"), refers to precompiled LSL scripts. The clue is in "<span style="font-size:12.8000001907349px"> </span><span style="font-size:12.8000001907349px">;; Allow compiled script binary code to cross region boundaries. - </span><span style="font-size:12.8000001907349px">;; If you set this to "true", any region that can teleport to you can[...]". Yes, there is a risk associated with enabling this feature, but it has NOTHING to do with what we were discussing earlier. This refers to scripts which are run from within rezzed/worn objects in-world, and whose origin and intent you might not have any control over if they are brought in by griefers. These could indeed harm your server, but they are not related to the </span><span style="font-size:12.8000001907349px"> "AutoBackupScript" feature of AutoBackup. This is indeed an executable (script or binary) which only you, as the simulator admin, have control over and which you should test and debug before you roll it out into production. Common sense would dictate that everyone exercises discretion when introducing foreign binaries into any kind of server indeed, but the more adventurous among us might want to use shell scripts which are easy to audit for malicious behaviour, or if a compiled solution is needed/chosen, best practice would be to compile the source code locally, both for auditing and to allow for customisation of the code to your specific needs.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">The fact remains, after all this, that you are in error trying to force Autobackup to accept a command-script style text file as an </span><span style="font-size:12.8000001907349px">AutoBackupScript</span><span style="font-size:12.8000001907349px">, since that is not the intended purpose of the parameter.</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">I hope this helps,</span></div><div><span style="font-size:12.8000001907349px"><br></span></div><div><span style="font-size:12.8000001907349px">Unadecal</span></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 24 February 2015 at 20:32, André Verwijs <span dir="ltr"><<a href="mailto:dutch.glory@yahoo.com" target="_blank">dutch.glory@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
to Unadecal Arado:<br>
<br>
<br>
well trusting binaries is a BAD IDEA.!! like OpenSim.ini says<br>
<br>
    ;# {TrustBinaries} {AllowScriptCrossing:true} {Accept compiled binary script code? (DANGEROUS!)} {true false} false<br>
    ;; Allow compiled script binary code to cross region boundaries.<br>
    ;; If you set this to "true", any region that can teleport to you can<br>
    ;; inject ARBITRARY BINARY CODE into your system. Use at your own risk.<br>
    ;; YOU HAVE BEEN WARNED!!!<br>
    ; TrustBinaries = false<br>
<br>
<br>
witch you have to set true (i think) if you want to use a script with Autobackup...<br>
<br>
its better to use this:  (OpenSimDefault.ini)<br>
<br>
    ; Console commands run (default 20 min)<br>
    timer_Script = "backup"<br>
<br>
    ; timer_Script time interval (default 20 min)<br>
    ; The time is 60 per minute<br>
    timer_Interval = 7200<div class="HOEnZb"><div class="h5"><br>
<br>
<br>
<br>
<br>
<br>
______________________________<u></u>______________________________<u></u>__________________________<br>
My Twitter Page:<br>
<a href="http://twitter.com/OpenSimFan" target="_blank">http://twitter.com/OpenSimFan</a><br>
<br>
My Facebook page (be my friend, please )<br>
<a href="http://www.facebook.com/andre.verwijs" target="_blank">http://www.facebook.com/andre.<u></u>verwijs</a><br>
<br>
My Google+ page (follow me please )<br>
André Verwijs - Google+ <a href="https://plus.google.com/111310545842863442992" target="_blank">https://plus.google.com/<u></u>111310545842863442992</a><br>
<br>
______________________________<u></u>_________________<br>
Opensim-users mailing list<br>
<a href="mailto:Opensim-users@opensimulator.org" target="_blank">Opensim-users@opensimulator.<u></u>org</a><br>
<a href="http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-users" target="_blank">http://opensimulator.org/cgi-<u></u>bin/mailman/listinfo/opensim-<u></u>users</a><br>
</div></div></blockquote></div><br></div>