mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-07 20:40:48 +02:00
apply radarr's post-backup folder cleanup
This commit is contained in:
parent
bf5d48c76a
commit
bbde0aed6d
1 changed files with 2 additions and 0 deletions
|
|
@ -98,6 +98,8 @@ public void Backup(BackupType backupType)
|
|||
|
||||
_archiveService.CreateZip(backupPath, _diskProvider.GetFiles(_backupTempFolder, false));
|
||||
|
||||
Cleanup();
|
||||
|
||||
_logger.ProgressDebug("Backup zip created");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue