This commit is contained in:
Oleg Sheynin 2024-07-19 09:47:18 -04:00
parent 9a59b00998
commit 51e059a72b
3 changed files with 7 additions and 20 deletions

View File

@ -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
==========

View File

@ -1 +1 @@
0.9.2 0.9.3

View File

@ -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