Config: Add “daily” and “weekly” backup schedule options #4243

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-19 14:17:01 +02:00
parent 1f74a6ffdd
commit 3d908c7256
22 changed files with 394 additions and 266 deletions

View File

@@ -19,6 +19,7 @@ func TestMain(m *testing.M) {
c := config.TestConfig()
defer c.CloseDb()
get.SetConfig(c)
photoprism.SetConfig(c)