Thx! Its working. Backup jobs are running and zip files are fine (I always split in DB and files seperated). There are three warnings, i just paste the complete log, which may say the most:
[INFO] BackWPup 3.2.0-rc1; Ein Projekt der Inpsyde GmbH
[INFO] BackWPup Auftrag: files only
[INFO] Logfile ist: backwpup_log_d8b387_2015-09-03_10-17-33.html
[INFO] Backup Datei ist: backwpup_files_2015-09-03_10-17-33.tar.gz
[03-Sep-2015 10:17:33] 1. Versuche, eine Liste der Ordner für das Backup zu erstellen …
[03-Sep-2015 10:17:34] WARNUNG: is_readable(): open_basedir restriction in effect. File(/var/www/wp-config.php) is not within the allowed path(s): (/var/www/xxx/:/var/customers/tmp/xxx/:/usr/share/php/:/usr/share/php5/:/tmp/)
[03-Sep-2015 10:17:34] 841 Ordner für Backup.
[03-Sep-2015 10:17:34] 1. Versuche eine Manifest-Datei zu generieren …
[03-Sep-2015 10:17:34] manifest.json mit 4,63 kB wurde zur Backup-Datei-Liste hinzugefügt.
[03-Sep-2015 10:17:34] 1. Versuche, Backup zu erstellen …
[03-Sep-2015 10:17:34] Komprimiere Dateien als TarGz. Bitte habe einen Moment Geduld.
[03-Sep-2015 10:17:34] WARNUNG: Link “/var/www/xxx/awstats/xxx.de/index.html” wird nicht gefolgt
[03-Sep-2015 10:17:53] Backup wurde erstellt.
[03-Sep-2015 10:17:53] Archivgr??e ist 53,23 MB
[03-Sep-2015 10:17:53] 5809 Dateien mit 101,43 MB in Archiven.
[03-Sep-2015 10:17:55] WARNUNG: Job mit Warnungen beendet in 22 Sekunden. Bitte beheben Sie die Warnungen für eine korrekte Ausführung.
The most interesting is this one, which i dont understand at all
[03-Sep-2015 10:17:34] WARNUNG: is_readable(): open_basedir restriction in effect. File(/var/www/wp-config.php) is not within the allowed path(s): (/var/www/xxx/:/var/customers/tmp/xxx/:/usr/share/php/:/usr/share/php5/:/tmp/)
There is no wp-config.php in /var/www – thats for sure and its normal that there is a open_basedir restriction. Maybe you get a clue of it.