This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
qwe7002
authored and
qwe7002
committed
Jul 8, 2022
1 parent
3a337f1
commit af1a5e6
Showing
3 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
Sample data extraction rules file; uncomment and customize as necessary. | ||
See https://developer.android.com/about/versions/12/backup-restore#xml-changes | ||
for details. | ||
--> | ||
<data-extraction-rules> | ||
<cloud-backup> | ||
<!-- | ||
TODO: Use <include> and <exclude> to control what is backed up. | ||
The domain can be file, database, sharedpref, external or root. | ||
Examples: | ||
<include domain="file" path="file_to_include"/> | ||
<exclude domain="file" path="file_to_exclude"/> | ||
<include domain="file" path="include_folder"/> | ||
<exclude domain="file" path="include_folder/file_to_exclude"/> | ||
<exclude domain="file" path="exclude_folder"/> | ||
<include domain="file" path="exclude_folder/file_to_include"/> | ||
<include domain="sharedpref" path="include_shared_pref1.xml"/> | ||
<include domain="database" path="db_name/file_to_include"/> | ||
<exclude domain="database" path="db_name/include_folder/file_to_exclude"/> | ||
<include domain="external" path="file_to_include"/> | ||
<exclude domain="external" path="file_to_exclude"/> | ||
<include domain="root" path="file_to_include"/> | ||
<exclude domain="root" path="file_to_exclude"/> | ||
--> | ||
</cloud-backup> | ||
<!-- | ||
<device-transfer> | ||
<include .../> | ||
<exclude .../> | ||
</device-transfer> | ||
--> | ||
</data-extraction-rules> |