mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-29 00:56:37 +01:00
Fixed: Versioned Backups Not Recognized by BackupFileRegex
This commit is contained in:
@@ -39,7 +39,7 @@ namespace NzbDrone.Core.Backup
|
||||
|
||||
private string _backupTempFolder;
|
||||
|
||||
public static readonly Regex BackupFileRegex = new Regex(@"(nzbdrone|radarr)_backup_[._0-9]+\.zip", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
public static readonly Regex BackupFileRegex = new Regex(@"(nzbdrone|radarr)_backup_v?[._0-9]+\.zip", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
|
||||
public BackupService(IMainDatabase maindDb,
|
||||
IMakeDatabaseBackup makeDatabaseBackup,
|
||||
|
||||
Reference in New Issue
Block a user