Fix backup rules
parent
ef3aa40acc
commit
c6da7de699
@ -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…
Reference in New Issue