From 7f71f5149ba7894ba694e59566cb317c427ccf2d Mon Sep 17 00:00:00 2001 From: hunili Date: Sat, 27 Jul 2024 20:58:27 +0800 Subject: [PATCH] rm ufs bakcup issue:https://gitee.com/openharmony/filemanagement_user_file_service/issues/IAG01D Signed-off-by: hunili --- .../entry/src/main/resources/base/profile/backup_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/file_extension_hap/entry/src/main/resources/base/profile/backup_config.json b/services/file_extension_hap/entry/src/main/resources/base/profile/backup_config.json index 301a812f..eb9fb4f1 100644 --- a/services/file_extension_hap/entry/src/main/resources/base/profile/backup_config.json +++ b/services/file_extension_hap/entry/src/main/resources/base/profile/backup_config.json @@ -1,5 +1,5 @@ { - "allowToBackupRestore": true, + "allowToBackupRestore": false, "includes": [ "/storage/Users/currentUser/" ], -- Gitee