Difference between revisions of "Eyesis4Pi 393 User Guide - Download"

From ElphelWiki
Jump to: navigation, search
Line 1: Line 1:
 
===Internal SSDs===
 
===Internal SSDs===
 
  # int_ssd_download.py will connect to the cameras over ssh a few times
 
  # int_ssd_download.py will connect to the cameras over ssh a few times
 +
 
  ssh-copy-id root@192.168.0.161
 
  ssh-copy-id root@192.168.0.161
 
  ssh-copy-id root@192.168.0.162
 
  ssh-copy-id root@192.168.0.162
 
  ssh-copy-id root@192.168.0.163
 
  ssh-copy-id root@192.168.0.163
 +
 
  # skip '''12x'''10GB from beginning, download '''3x'''10GB
 
  # skip '''12x'''10GB from beginning, download '''3x'''10GB
 +
 
  ./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3
 
  ./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3
 +
 
  # change cables if there's only one eSATA port in PC otherwise modify the script.
 
  # change cables if there's only one eSATA port in PC otherwise modify the script.

Revision as of 15:55, 16 March 2017

Internal SSDs

# int_ssd_download.py will connect to the cameras over ssh a few times

ssh-copy-id root@192.168.0.161
ssh-copy-id root@192.168.0.162
ssh-copy-id root@192.168.0.163

# skip 12x10GB from beginning, download 3x10GB

./int_ssd_download.py -m eyesis4pi /data/footage/test_20170308a/ -s 12 -n 3

# change cables if there's only one eSATA port in PC otherwise modify the script.