fix
This commit is contained in:
parent
9a59b00998
commit
51e059a72b
@ -22,25 +22,12 @@ E Q U I T Y M A R K E T D A T A
|
|||||||
| cvttdata:/home/cvtt/prod/archive/md_archive/equity/alpaca_md (TBD)
|
| cvttdata:/home/cvtt/prod/archive/md_archive/equity/alpaca_md (TBD)
|
||||||
|
|
|
|
||||||
v
|
v
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
==========
|
==========
|
||||||
Storage
|
Storage
|
||||||
==========
|
==========
|
||||||
| created by crontabs:
|
| created by crontab cvttdata:
|
||||||
| cvttdata:
|
| /home/cvtt/prod/utils/sync_market_data.sh
|
||||||
|
|
|
||||||
| stored in:
|
| stored in:
|
||||||
| homestore:/works/cvtt/md_archive/crypto/cvttdata
|
| homestore:/works/cvtt/md_archive/equity/alpaca_md
|
||||||
| homestore:/works/cvtt/md_archive/crypto/cloud21
|
| cloud21:/opt/store/cvtt/md_archive/equity/alpaca_md
|
||||||
| backed up in:
|
____V_______
|
||||||
| cloud21:/opt/store/cvtt/md_archive/crypto/cvttdata
|
|
||||||
| cloud21:/opt/store/cvtt/md_archive/crypto/cloud21
|
|
||||||
v
|
|
||||||
==========
|
|
||||||
Usage
|
|
||||||
==========
|
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
0.9.2
|
0.9.3
|
||||||
|
|||||||
@ -109,6 +109,6 @@ done
|
|||||||
echo "Compressing"
|
echo "Compressing"
|
||||||
for file in $(find ${OutputDir} -type f -name '*db' -print )
|
for file in $(find ${OutputDir} -type f -name '*db' -print )
|
||||||
do
|
do
|
||||||
echo "Compressing ${file}
|
echo "Compressing ${file}"
|
||||||
gzip ${file}
|
gzip ${file}
|
||||||
done
|
done
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user