Backups: Add worker to create backups in the background #4237 #4243

In the next step, this worker can be configured to automatically create
index and/or album backups at regular intervals.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2024-05-10 17:41:32 +02:00
parent c0697b6fa3
commit 424ed84f2a
8 changed files with 257 additions and 80 deletions

View File

@@ -4,6 +4,7 @@ package mutex
var (
MainWorker = Activity{}
SyncWorker = Activity{}
BackupWorker = Activity{}
ShareWorker = Activity{}
MetaWorker = Activity{}
FacesWorker = Activity{}