Home | History | Annotate | Download | only in xml
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <full-backup-content>
      3     <include domain="file" path="."/>
      4     <exclude domain="file" path="exclude_folder"/>
      5     <include domain="sharedpref" path="."/>
      6     <exclude domain="sharedpref" path="exclude_shared_pref.xml"/>
      7     <include domain="database" path="db_name/file_to_include"/>
      8     <exclude domain="database" path="db_name/file_to_exclude"/>
      9     <include domain="external" path="."/>
     10     <exclude domain="external" path="exclude_folder"/>
     11     <include domain="root" path="file_to_include"/>
     12     <exclude domain="root" path="file_to_exclude"/>
     13     <include domain="root" requireFlags="fakeClientSideEncryption" path="fake_encryption_file" />
     14 </full-backup-content>