Python

python “./insert_from_to_dayfile.py” –file “/mnt/PROJET-POSTGRES/DATA/ICAGING-V3/icaging89/icaging89_DREISSENE_PARIS_<yyy-mm-dd>.csv” –prefix ref –filter “yyy-mm-dd hh-1” –dbname “icaging” –user “icaging” –password “icaging” –host “pil-86.ad.univ-lehavre.fr” –port “5432”

H-1 python “./insert_from_to_dayfile.py” –file “/mnt/PROJET-POSTGRES/DATA/ICAGING-V3/icaging89/icaging89_DREISSENE_PARIS_$(date '+%Y-%m-%d').csv” –prefix ref –filter “$(date -d '-1 hour' '+%Y-%m-%d %H')” –dbname “icaging” –user “xxx” –password “xxx” –host “pil-86.ad.xxxfr” –port “5432”

D python “./insert_from_to_dayfile.py” –file “/mnt/PROJET-POSTGRES/DATA/ICAGING-V3/icaging89/icaging89_DREISSENE_PARIS_$(date '+%Y-%m-%d').csv” –prefix ref –filter “$(date '+%Y-%m-%d')” –dbname “icaging” –user “icaging” –password “icaging” –host “pil-86.ad.univ-lehavre.fr” –port “5432”

D-1 python “./insert_from_to_dayfile.py” –file “/mnt/PROJET-POSTGRES/DATA/ICAGING-V3/icaging89/icaging89_DREISSENE_PARIS_$(date -d 'yesterday' '+%Y-%m-%d').csv” –prefix ref –filter “$(date -d 'yesterday' '+%Y-%m-%d')” –dbname “icaging” –user “xxx” –password “xxx” –host “pil-86.ad.xxxfr” –port “5432”

Modifier cette page
Haut de page