Update backup rules

This commit is contained in:
MrLetsplay 2023-10-09 08:54:54 +02:00
parent 221482431d
commit 5cbe67b647
Signed by: mr
SSH Key Fingerprint: SHA256:92jBH80vpXyaZHjaIl47pjRq+Yt7XGTArqQg1V7hSqg
2 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,5 @@
--> -->
<full-backup-content> <full-backup-content>
<exclude domain="sharedpref" path="." /> <exclude domain="sharedpref" path="." />
<exclude domain="file" path="." />
</full-backup-content> </full-backup-content>

View File

@ -6,8 +6,10 @@
<data-extraction-rules> <data-extraction-rules>
<cloud-backup> <cloud-backup>
<exclude domain="sharedpref" path="." /> <exclude domain="sharedpref" path="." />
<exclude domain="file" path="." />
</cloud-backup> </cloud-backup>
<device-transfer> <device-transfer>
<include domain="sharedpref" path="." /> <include domain="sharedpref" path="." />
<include domain="file" path="." />
</device-transfer> </device-transfer>
</data-extraction-rules> </data-extraction-rules>