Browse Source

exclude all files for backup

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 5 năm trước cách đây
mục cha
commit
8f6722e673
2 tập tin đã thay đổi với 3 bổ sung5 xóa
  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>