#!/bin/bash # Script to backup the extsdcard on the analyzer. # It will create a timestamped directory. set -x mkdir -p "./export" adb pull -a /storage/sdcard0/export/ "./"