mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
exclude all files for backup
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
12cdf456df
commit
8f6722e673
2 changed files with 3 additions and 5 deletions
|
@ -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>
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue