apps: backup is not a state anymore

this is launched as a separate task
This commit is contained in:
Girish Ramakrishnan
2025-07-18 10:56:52 +02:00
parent 0aca6c2588
commit 0fa281083e
6 changed files with 74 additions and 81 deletions

View File

@@ -22,6 +22,7 @@ const apptask = require('./apptask.js'),
const TASKS = { // indexed by task type
app: apptask.run,
appBackup: backuptask.appBackup,
backup: backuptask.fullBackup,
boxUpdate: updater.updateBox,
checkCerts: reverseProxy.checkCerts,