Initial work on scheduled backups.

This commit is contained in:
Logan Gorence
2021-12-24 08:38:57 +00:00
parent b2851d13b9
commit c1f621aa7b
12 changed files with 119 additions and 8 deletions

View File

@ -0,0 +1,3 @@
org.quartz.scheduler.instanceName = Foundation
org.quartz.threadPool.threadCount = 2
org.quartz.jobStore.class = org.quartz.simpl.RAMJobStore