Files
Kotatsu/app/src/main/res/xml/backup_rules.xml
2025-10-14 14:38:54 +03:00

17 lines
619 B
XML

<?xml version="1.0" encoding="utf-8"?>
<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>
<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>