jbrzusto / TO_DO

sensorgnome / motus TODO list for jbrzusto
0 stars 0 forks source link

process updates of online receiver in motus style #15

Closed jbrzusto closed 6 years ago

jbrzusto commented 8 years ago
rsync  -r --dry-run  --out-format %n --size-only -e "sshpass -p XXX ssh -p $PORT" bone@localhost:/media/internal_SD_card/SGdata/$YEAR-$MONTH* ./ 2>/dev/null > file_list.txt
rsync  --from-files=file_list.txt --size-only -e "sshpass -p XXX ssh -p $PORT" bone@localhost:/media/internal_SD_card/SGdata/$YEAR-$MONTH* ./
library(motus)
sgRunNewFiles(readLines("file_list.txt"))
jbrzusto commented 6 years ago

closing - obsolete.