Fix backup rules

devel
Koitharu 7 months ago
parent ef3aa40acc
commit c6da7de699
Signed by: Koitharu
GPG Key ID: 676DEE768C17A9D7

@ -6,13 +6,7 @@
<exclude <exclude
domain="sharedpref" domain="sharedpref"
path="_local_index.xml" /> path="_local_index.xml" />
<exclude <exclude domain="database" />
domain="database" <exclude domain="device_database" />
path="." /> <exclude domain="external" />
<exclude
domain="device_database"
path="." />
<exclude
domain="external"
path="." />
</full-backup-content> </full-backup-content>

@ -1,16 +1,24 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<data-extraction-rules> <data-extraction-rules>
<cloud-backup disableIfNoEncryptionCapabilities="false"> <cloud-backup disableIfNoEncryptionCapabilities="false">
<include domain="sharedpref" path="."/> <include
<exclude domain="sharedpref" path="_local_index.xml"/> domain="sharedpref"
<exclude domain="database" path="." /> path="." />
<exclude domain="device_database" path="." /> <exclude
<exclude domain="external" path="." /> domain="sharedpref"
path="_local_index.xml" />
<exclude domain="database" />
<exclude domain="device_database" />
<exclude domain="external" />
</cloud-backup> </cloud-backup>
<device-transfer> <device-transfer>
<include domain="sharedpref" path="."/> <include
<exclude domain="sharedpref" path="_local_index.xml"/> domain="sharedpref"
<exclude domain="database" path="." /> path="." />
<exclude domain="device_database" path="." /> <exclude
domain="sharedpref"
path="_local_index.xml" />
<exclude domain="database" />
<exclude domain="device_database" />
</device-transfer> </device-transfer>
</data-extraction-rules> </data-extraction-rules>

Loading…
Cancel
Save