1<?xml version="1.0" encoding="utf-8"?> 2<full-backup-content> 3 <include domain="file" path="file_to_include"/> 4 <exclude domain="file" path="file_to_exclude"/> 5 <include domain="file" path="include_folder"/> 6 <exclude domain="file" path="include_folder/file_to_exclude"/> 7 <exclude domain="file" path="exclude_folder"/> 8 <include domain="file" path="exclude_folder/file_to_include"/> 9 10 11 <include domain="sharedpref" path="include_shared_pref1.xml"/> 12 <include domain="sharedpref" path="include_shared_pref2.xml"/> 13 <exclude domain="sharedpref" path="exclude_shared_pref1.xml"/> 14 <exclude domain="sharedpref" path="exclude_shared_pref2.xml"/> 15 16 <include domain="database" path="db_name/file_to_include"/> 17 <exclude domain="database" path="db_name/file_to_exclude"/> 18 <include domain="database" path="db_name/include_folder"/> 19 <exclude domain="database" path="db_name/include_folder/file_to_exclude"/> 20 <exclude domain="database" path="db_name/exclude_folder"/> 21 <include domain="database" path="db_name/exclude_folder/file_to_include"/> 22 23 <include domain="external" path="file_to_include"/> 24 <exclude domain="external" path="file_to_exclude"/> 25 <include domain="external" path="include_folder"/> 26 <exclude domain="external" path="include_folder/file_to_exclude"/> 27 <exclude domain="external" path="exclude_folder"/> 28 <include domain="external" path="exclude_folder/file_to_include"/> 29 30 <include domain="root" path="file_to_include"/> 31 <exclude domain="root" path="file_to_exclude"/> 32 <include domain="root" path="include_folder"/> 33 <exclude domain="root" path="include_folder/file_to_exclude"/> 34 <exclude domain="root" path="exclude_folder"/> 35 <include domain="root" path="exclude_folder/file_to_include"/> 36 <include domain="root" requireFlags="fakeClientSideEncryption" path="fake_encryption_file" /> 37</full-backup-content>