pysalx/scripts/pysalx-backup-export

11 lines
177 B
Bash
Executable File

#!/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/ "./"