mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
update
This commit is contained in:
parent
79b9d3aed7
commit
437a28b108
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ namespace PlexRequests.Services.Jobs
|
|||
|
||||
try
|
||||
{
|
||||
if(DoWeNeedToBackUp(backupDir.FullName))
|
||||
if(DoWeNeedToBackup(backupDir.FullName))
|
||||
{
|
||||
File.Copy(dbPath, Path.Combine(backupDir.FullName, $"PlexRequests.sqlite_{DateTime.Now.ToString("yyyy-MM-dd hh.mm.ss")}.bak"));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue