pysalx/scripts/pysalx-backup-export

11 lines
177 B
Plaintext
Raw Permalink Normal View History

#!/bin/bash
# Script to backup the extsdcard on the analyzer.
# It will create a timestamped directory.
set -x
2022-05-25 20:47:49 -06:00
mkdir -p "./export"
2022-05-25 20:47:49 -06:00
adb pull -a /storage/sdcard0/export/ "./"