mail: keep mail backups separately from box backups

part of #717
This commit is contained in:
Girish Ramakrishnan
2021-09-26 18:37:04 -07:00
parent 184fc70e97
commit ad3dbe8daa
10 changed files with 165 additions and 68 deletions

View File

@@ -21,7 +21,7 @@ const apptask = require('./apptask.js'),
const TASKS = { // indexed by task type
app: apptask.run,
backup: backuptask.backupBoxAndApps,
backup: backuptask.fullBackup,
update: updater.update,
checkCerts: reverseProxy.checkCerts,
setupDnsAndCert: cloudron.setupDnsAndCert,