add info comment

This commit is contained in:
Boy132
2026-02-24 13:36:59 +01:00
parent bc727b72fd
commit a949a565a8

View File

@@ -987,6 +987,7 @@ class EditServer extends EditRecord
->each(function ($backup) use ($backupService) {
$schema = $backupService->get($backup->backupHost->schema);
// Wings backups that aren't transferred only need to be delete on the panel, wings will cleanup the backup files automatically
if ($schema instanceof WingsBackupSchema) {
$backup->delete();
}