#932 exclude zim files from adb backup. This commit sets adb to exclude external files.

This commit is contained in:
Justin Biggs 2019-11-09 11:12:47 -06:00
parent be4442fc77
commit 6d4ce72158

View File

@ -16,7 +16,9 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
~
-->
<!-- excludes any external files in the ./Kiwix folder, therefore .zim files. -->
<full-backup-content>
<exclude domain="file" />
<exclude domain="external" path="./Kiwix"/>
</full-backup-content>