mirror of
https://github.com/Radarr/Radarr
synced 2026-02-28 09:32:06 +01:00
parent
c8cdf03077
commit
7f0b708cb9
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ public void Backup(BackupType backupType)
|
|||
|
||||
_archiveService.CreateZip(backupPath, _diskProvider.GetFiles(_backupTempFolder, SearchOption.TopDirectoryOnly));
|
||||
|
||||
Cleanup();
|
||||
|
||||
_logger.ProgressDebug("Backup zip created");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue