Backup-restore fixes

This commit is contained in:
Koitharu
2025-10-14 14:38:54 +03:00
parent 391c8ab649
commit 07af3ea703
5 changed files with 38 additions and 12 deletions

View File

@@ -2,5 +2,15 @@
<data-extraction-rules>
<cloud-backup disableIfNoEncryptionCapabilities="false">
<include domain="sharedpref" path="."/>
<exclude domain="sharedpref" path="_local_index.xml"/>
<exclude domain="database" path="." />
<exclude domain="device_database" path="." />
<exclude domain="external" path="." />
</cloud-backup>
</data-extraction-rules>
<device-transfer>
<include domain="sharedpref" path="."/>
<exclude domain="sharedpref" path="_local_index.xml"/>
<exclude domain="database" path="." />
<exclude domain="device_database" path="." />
</device-transfer>
</data-extraction-rules>