We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55ad281 commit 75c3d47Copy full SHA for 75c3d47
server/lib/classes/cron.d/500-backup.inc.php
@@ -142,6 +142,7 @@ public function onRunJob() {
142
}
143
} else {
144
if(is_file($web_backup_dir.'/'.$web_backup_file)) unlink($web_backup_dir.'/'.$web_backup_file);
145
+ $app->log('Backup of '.$web_path.' failed.', LOGLEVEL_WARN);
146
147
148
//* Remove old backups
0 commit comments