mirror of https://github.com/Sonarr/Sonarr
Backup "type" folders created properly
This commit is contained in:
parent
9cafeec771
commit
1ef756acd2
|
@ -62,7 +62,7 @@ namespace NzbDrone.Core.Backup
|
|||
}
|
||||
|
||||
_diskProvider.EnsureFolder(_backupTempFolder);
|
||||
_diskProvider.EnsureFolder(_appFolderInfo.GetBackupFolder());
|
||||
_diskProvider.EnsureFolder(GetBackupFolder(backupType));
|
||||
|
||||
BackupConfigFile();
|
||||
BackupDatabase();
|
||||
|
|
Loading…
Reference in New Issue