Regarding their scanning code setting jfscan.php permissions to 200 we can't do anything about it until they fix their code :(
About your backup issue, you are trying to send yourself a 39159867 (38Mb) file by email. Per
our documentation, in the big, red box:
You MUST set the Part size for split archives setting of the Archiver engine to a value between 1-10 Megabytes. If you choose a big value (or leave the default value of 0, which means that no split archives will be generated) you run the risks of the process timing out, a memory outage error to occur or, finally, your email servers not being able to cope with the attachment size, dropping the email.
And as the log file clearly warns you:
WARNING |131023 15:42:34|The file is too big to be sent by email. Please use a smaller Part Size for Split Archives setting.
DEBUG |131023 15:42:34|Memory limit 94371840 bytes -- Used memory 24541528 bytes -- File size 39159867 -- Attachment requires approx. 97899667.5 bytes
So just set a smaller part size for split archives. A value of 10Mb or smaller will work, according to the second log line I pasted above: you have about 69830312 bytes of free PHP memory. The attachment requires about three times its size, so a 10Mb attachment should easily fit in that remaining memory.
Nicholas K. Dionysopoulos
Lead Developer and Director
🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!