Add auto cpio backup and restore

This commit is contained in:
topjohnwu
2017-03-10 07:52:59 +08:00
parent 3f3568d8af
commit 212a303347
3 changed files with 173 additions and 20 deletions

View File

@@ -59,7 +59,9 @@ typedef enum {
EXTRACT,
TEST,
DMVERITY,
FORCEENCRYPT
FORCEENCRYPT,
BACKUP,
RESTORE
} command_t;
extern char *SUP_EXT_LIST[SUP_NUM];