erst mal vielen Dank für die Weiterentwicklung des Programms!
Ich habe jetzt MyOOSDumper anstatt des bisher verwendeten MySQLDumper installiert, angemeldet, Job angelegt - klappt alles wunderbar.
Backup im Programm direkt klappt auch, nur wenn ich den Job als Cronjob aufrufe bekomme ich keinen Dump erstellt. Rückmeldung ist ok, Configuration geladen, alle libraries geladen etc. Aber nach 1 Sekunde ist alles vorbei und im backup Ordner liegt keine Datei...

Log Datei:
Code: Alles auswählen
04.03.2022 19:49:43 <span style="color:#0000FF;">Configuration 'SuperWebMailer.conf.php' loaded successfully from Querystring.</span>
04.03.2022 19:49:43 <span style="color:#0000FF;">Compression Library loaded successfully...</span>
04.03.2022 19:49:43 <span style="color:#0000FF;">FTP Library loaded successfully...</span>
04.03.2022 19:49:43 <span style="color:red;">FTP-SSL Library loading failed - FTP-SSL deactivated ...</span>
04.03.2022 19:49:43 <span style="color:#0000FF;">Mail Library loaded successfully...</span>
04.03.2022 19:49:43 Starting backup using Perlscript version 5.0.15 (using perl v5.26.3)
04.03.2022 19:49:43 <b>Starting autodelete function: </b>Keep the latest <font color="#0000FF">10</font> backup files for each database and delete older ones.
04.03.2022 19:49:43 <font color=red><b>No file to delete.</b></font>
04.03.2022 19:49:43 <hr>Everythings is done: closing script <strong>04.03.2022 19:49:43</strong>
04.03.2022 19:49:43 <em>total time used: 0 sec.</em>
04.03.2022 19:49:43 #EOS (End of script)<hr></body></html>
Code: Alles auswählen
03.03.2022 21:30:21 <span style="color:#0000FF;">Configuration 'SuperWebMailer.conf.php' loaded successfully from Querystring.</span>
03.03.2022 21:30:21 <span style="color:#0000FF;">Compression Library loaded successfully...</span>
03.03.2022 21:30:21 <span style="color:#0000FF;">FTP Library loaded successfully...</span>
03.03.2022 21:30:21 <span style="color:red;">FTP-SSL Library loading failed - FTP-SSL deactivated ...</span>
03.03.2022 21:30:21 <span style="color:#0000FF;">Mail Library loaded successfully...</span>
03.03.2022 21:30:21 Starting backup using Perlscript version 1.24.4 (using perl v5.26.3)
03.03.2022 21:30:21 <hr>Starting to backup database <strong>`visionforafrica_intlorgdb4`</strong> (1/1).
03.03.2022 21:30:21 Characterset of connection and backup file set to <strong>utf8</strong>.
03.03.2022 21:30:21 Searching for tables inside database <strong>`visionforafrica_intlorgdb4`</strong>.
03.03.2022 21:30:21 Found 1056 tables with 633280 records.
03.03.2022 21:30:21 Starting to dump data into file <strong>`visionforafrica_intlorgdb4_2022_03_03_21_30.sql.gz`</strong>
03.03.2022 21:30:21 Dumping table `<strong>20130920_rb_archive</strong>` <em>(Type MyISAM)</em>:
...
Ich bin sicher, irgendwo fehlt mir eine kleine Einstellung, die ich übersehen hab. Aber ich komm nicht drauf!

lg Lukas