Fixed: Cleanup Temp files after backup creation

[common]

Fixes #6815
This commit is contained in:
Qstick 2022-03-29 22:26:25 -05:00
parent c8cdf03077
commit 7f0b708cb9
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,8 @@ namespace NzbDrone.Core.Backup
_archiveService.CreateZip(backupPath, _diskProvider.GetFiles(_backupTempFolder, SearchOption.TopDirectoryOnly));
Cleanup();
_logger.ProgressDebug("Backup zip created");
}