mirror of
https://github.com/Darkrock-Studios/hammer-editor.git
synced 2026-08-11 10:33:17 +00:00
Fixed Android backup rules
This commit is contained in:
parent
de2e1dc349
commit
0e468077ee
2 changed files with 9 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue