Skip to content

Commit

Permalink
Update backup rules
Browse files Browse the repository at this point in the history
  • Loading branch information
z-huang committed Aug 12, 2024
1 parent 14224de commit 61c8972
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/src/main/res/xml/backup_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
<full-backup-content>
<exclude
domain="file"
path="./" />
path="./exoplayer" />
<exclude
domain="file"
path="./download" />
</full-backup-content>
5 changes: 4 additions & 1 deletion app/src/main/res/xml/data_extraction_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<cloud-backup>
<exclude
domain="file"
path="./" />
path="./exoplayer" />
<exclude
domain="file"
path="./download" />
</cloud-backup>
</data-extraction-rules>

0 comments on commit 61c8972

Please sign in to comment.