backup sampledetect files

main
jebba 2022-01-23 14:51:05 -07:00
parent 04d351da30
commit 9a0b802934
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#!/bin/bash
# Script to backup the sampledetect directory on the analyzer.
# It will create a timestamped directory.
set -x
NOW=`date +%Y%m%d%H%M%S`
mkdir -p "./$NOW"
adb pull -a /storage/sdcard0/sciaps/sampledetect/ "./$NOW"