Fixed Android backup rules

This commit is contained in:
Adam Brown 2025-12-23 18:43:10 -08:00
parent de2e1dc349
commit 0e468077ee
2 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<full-backup-content>
<exclude domain="file" path="server.json"/>
<exclude domain="file" path="sync.json"/>
<exclude domain="file" path=".backups"/>
<exclude domain="file" path="HammerProjects/server.json"/>
<exclude domain="file" path="HammerProjects/sync.json"/>
<exclude domain="file" path="HammerProjects/.backups"/>
</full-backup-content>

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<data-extraction-rules>
<cloud-backup>
<exclude domain="file" path="server.json"/>
<exclude domain="file" path="sync.json"/>
<exclude domain="file" path=".backups"/>
<exclude domain="file" path="HammerProjects/server.json"/>
<exclude domain="file" path="HammerProjects/sync.json"/>
<exclude domain="file" path="HammerProjects/.backups"/>
</cloud-backup>
<device-transfer>
<exclude domain="file" path="server.json"/>
<exclude domain="file" path="sync.json"/>
<exclude domain="file" path=".backups"/>
<exclude domain="file" path="HammerProjects/server.json"/>
<exclude domain="file" path="HammerProjects/sync.json"/>
<exclude domain="file" path="HammerProjects/.backups"/>
</device-transfer>
</data-extraction-rules>