Create module wrapper for creating / uploading backups
Add module for finding apps that are backup-able: findbackups. This should be more than just allowBackup, and should look for a backupagent. Looking for a backupagent will depend on: https://github.com/jakev/dtfmods-core/issues/43
This will be a component update:
Add "allow_backup" to(https://github.com/jakev/dtfmods-core/commit/bc7df8114acdfc539c5d25be8b3a67a927731ab9)sysapps.db
schema (modifications tosysappdb
andAppDb
)abe.jar
as a dtf includefindbackups
. This should be more than just allowBackup, and should look for a backupagent. Looking for a backupagent will depend on: https://github.com/jakev/dtfmods-core/issues/43