Browse Source

exclude all files for backup

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 years ago
parent
commit
8f6722e673
2 changed files with 3 additions and 5 deletions
  1. 0 5
      res/xml/backup_config.xml
  2. 3 0
      src/main/res/xml/backup_config.xml

+ 0 - 5
res/xml/backup_config.xml

@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<full-backup-content>
-    <exclude domain="sharedpref" path="evernote_jobs.xml" />
-    <exclude domain="database" path="evernote_jobs.db" />
-</full-backup-content>

+ 3 - 0
src/main/res/xml/backup_config.xml

@@ -2,4 +2,7 @@
 <full-backup-content>
     <exclude domain="sharedpref" path="evernote_jobs.xml" />
     <exclude domain="database" path="evernote_jobs.db" />
+    <exclude
+        domain="file"
+        path="." />
 </full-backup-content>