mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -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
|
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"));
|
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