Exclude downloads directory from backup
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
5
app/src/main/res/xml/backup_rules.xml
Normal file
5
app/src/main/res/xml/backup_rules.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<data-extraction-rules>
|
||||
<exclude domain="file" path="Downloads/"/>
|
||||
<exclude domain="external" path="Downloads/"/>
|
||||
</data-extraction-rules>
|
||||
5
app/src/main/res/xml/backup_rules_legacy.xml
Normal file
5
app/src/main/res/xml/backup_rules_legacy.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<full-backup-content>
|
||||
<exclude domain="file" path="Downloads/"/>
|
||||
<exclude domain="external" path="Downloads/"/>
|
||||
</full-backup-content>
|
||||
Reference in New Issue
Block a user