apps: backup is not a state anymore
this is launched as a separate task
This commit is contained in:
@@ -20,7 +20,8 @@ exports = module.exports = {
|
||||
|
||||
// task types. if you add a task here, fill up the function table in taskworker and dashboard constants.js
|
||||
TASK_APP: 'app',
|
||||
TASK_BACKUP: 'backup',
|
||||
TASK_APP_BACKUP_PREFIX: 'appBackup_',
|
||||
TASK_BACKUP: 'backup', // full backup
|
||||
TASK_BOX_UPDATE: 'boxUpdate',
|
||||
TASK_CHECK_CERTS: 'checkCerts',
|
||||
TASK_SYNC_DYNDNS: 'syncDyndns',
|
||||
|
||||
Reference in New Issue
Block a user