Disable all the backups.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
aminecmi
2022-08-29 15:37:43 +02:00
parent ff6038dbd4
commit e9e8bee6c9
2 changed files with 23 additions and 1 deletions

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<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>