mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Backups
New: Backup drone's database and configuration from the UI New: Download Backup files from the UI Fixed: Run a database backup before upgrade
This commit is contained in:
@@ -33,7 +33,7 @@ namespace NzbDrone.Common.Disk
|
||||
return new DirectoryInfo(path).CreationTimeUtc;
|
||||
}
|
||||
|
||||
public DateTime FolderGetLastWrite(string path)
|
||||
public DateTime FolderGetLastWriteUtc(string path)
|
||||
{
|
||||
CheckFolderExists(path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user