Merge 9003ebaba3 into 80320dc23c
commit
18c73dafd2
@ -0,0 +1,9 @@
|
||||
<?kml version="1.0" encoding="utf-8"?>
|
||||
<!-- data_extraction_rules but for devices below Android 12 -->
|
||||
<full-backup-content>
|
||||
<exclude domain="root"/>
|
||||
<exclude domain="file"/>
|
||||
<exclude domain="database"/>
|
||||
<exclude domain="sharedpref"/>
|
||||
<exclude domain="external"/>
|
||||
</full-backup-content>
|
||||
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Do not allow system backups, including in device-transfer which ignores allowBackup, to not break Tailscale when restoring -->
|
||||
<!-- It would be nice to have only preferences backed up or some mechanism in-app to solve issues caused by KeyStore not being backed up -->
|
||||
<data-extraction-rules>
|
||||
<cloud-backup>
|
||||
<exclude domain="root"/>
|
||||
<exclude domain="file"/>
|
||||
<exclude domain="database"/>
|
||||
<exclude domain="sharedpref"/>
|
||||
<exclude domain="external"/>
|
||||
</cloud-backup>
|
||||
|
||||
<device-transfer>
|
||||
<exclude domain="root"/>
|
||||
<exclude domain="file"/>
|
||||
<exclude domain="database"/>
|
||||
<exclude domain="sharedpref"/>
|
||||
<exclude domain="external"/>
|
||||
</device-transfer>
|
||||
</data-extraction-rules>
|
||||
Loading…
Reference in New Issue