<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">The operating system isn't really
      relevant here. But you must not remove the /spider/data nor the
      /spider/local_data directories and if you remove any of the
      directories (e.g. log, spots) under these paths the behaviour is
      undefined (at best) and should not be done at run time *at all*.
      In principle you *could* remove old or unused directories at the
      next level down (e.g. /spider/local_data/spots/2021 or
      /spider/data/spots/2021) at any time, but removing a directory
      that is in use (i.e. spots/2022) whilst running would likely cause
      problems.<br>
      <br>
      Dirk G1TLH<br>
      <br>
      On 31/05/2022 14:02, Anthony (N2KI) via Dxspider-support wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAK4NQ923SL4fzyBanHkFVnKsTqxU8OnNbDORYDmVMH3Op35n6A@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif">As a point of
          interest, on a Windows installation, can we just delete the
          file folders in the Data folder?</div>
        <div class="gmail_default"
          style="font-family:arial,helvetica,sans-serif"><br>
        </div>
        <div>
          <div dir="ltr" class="gmail_signature"
            data-smartmail="gmail_signature"> <br>
            Regards,<br>
            <br>
            Anthony (N2KI)<br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
            <br>
          </div>
        </div>
        <br>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr" class="gmail_attr">On Tue, May 31, 2022 at 8:06
          AM Joaquin via Dxspider-support <<a
            href="mailto:dxspider-support@tobit.co.uk"
            moz-do-not-send="true" class="moz-txt-link-freetext">dxspider-support@tobit.co.uk</a>>
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0px 0px 0px
          0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
          <div dir="auto">Always learn something.
            <div dir="auto"><br>
            </div>
            <div dir="auto">Thanks Dirk. </div>
            <div dir="auto"><br>
            </div>
            <div dir="auto">Kin</div>
          </div>
          <div class="gmail_extra"><br>
            <div class="gmail_quote">El 31 may. 2022 13:07, Dirk Koopman
              via Dxspider-support <<a
                href="mailto:dxspider-support@tobit.co.uk"
                target="_blank" moz-do-not-send="true"
                class="moz-txt-link-freetext">dxspider-support@tobit.co.uk</a>>
              escribió:<br type="attribution">
              <blockquote style="margin:0px 0px 0px
                0.8ex;border-left:1px solid
                rgb(204,204,204);padding-left:1ex">
                <div>
                  <div>On 31/05/2022 11:56, Dirk Koopman via
                    Dxspider-support wrote:<br>
                  </div>
                  <blockquote><font face="Calibri">spawn("find
                      /spider/local_data/logs -type f -mtime +62 -exec
                      rm -f {} \;").</font></blockquote>
                  <br>
                  <font face="Calibri">is actually wrong, because the \;
                    is required by the underlying shell that spawn runs
                    the find command in,  and should be \\; if using "
                    as the quoting character for the spawn(). </font><br>
                  <br>
                  <font size="4">This is a one of those perl quoting
                    conundrums. This is probably better quoted like
                    this:<br>
                  </font><br>
                  <font size="4"><font size="4"><font face="Calibri"><font
                          face="monospace">spawn('find
                          /spider/local_data/logs -type f -mtime +62
                          -exec rm -f {} \;').</font><br>
                        <br>
                      </font></font>or<br>
                    <br>
                  </font><font size="4" face="monospace">spawn(q[find
                    /spider/local_data/logs -type f -mtime +62 -exec rm
                    -f {} \;]).<br>
                    <br>
                  </font><font size="4"><font face="Calibri">sorry about
                      that.<br>
                      <br>
                      Dirk G1TLH<br>
                    </font></font> </div>
              </blockquote>
            </div>
            <br>
          </div>
          _______________________________________________<br>
          Dxspider-support mailing list<br>
          <a href="mailto:Dxspider-support@tobit.co.uk" target="_blank"
            moz-do-not-send="true" class="moz-txt-link-freetext">Dxspider-support@tobit.co.uk</a><br>
          <a
            href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support"
            rel="noreferrer" target="_blank" moz-do-not-send="true"
            class="moz-txt-link-freetext">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
        </blockquote>
      </div>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Dxspider-support mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dxspider-support@tobit.co.uk">Dxspider-support@tobit.co.uk</a>
<a class="moz-txt-link-freetext" href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>