Compare commits

..

2 Commits

Author SHA1 Message Date
Cryptoval2 d66bf5f48b 2.1.3,remove cvttdata 2025-05-16 13:28:00 +00:00
Cryptoval2 1432794197 2.1.2,fix 2025-05-15 19:40:31 +00:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
2.1.1,archive_logs interface change
2.1.3,remove cvttdata
@@ -26,10 +26,10 @@ run_checklist() {
declare -A Commands
Commands=(
["hs01:cloud21"]="ssh cvtt@hs01.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cloud21/${yr}/${mn} | tail -5"
["hs01:cvttdata"]="ssh cvtt@hs01.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cvttdata/${yr}/${mn} | tail -5"
["hs01:cloud28"]="ssh cvtt@hs01.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cloud28/${yr}/${mn} | tail -5"
["hs01:sim"]="ssh cvtt@hs01.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/sim/ | tail -5"
["cloud21:cloud21"]="ssh cvtt@cloud21.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cloud21/${yr}/${mn} | tail -5"
["cloud21:cvttdata"]="ssh cvtt@cloud21.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cvttdata/${yr}/${mn} | tail -5"
["cloud21:cloud28"]="ssh cvtt@cloud21.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/cloud28/${yr}/${mn} | tail -5"
["cloud21:sim"]="ssh cvtt@cloud21.cvtt.vpn ls -l /works/cvtt/md_archive/crypto/sim | tail -5"
["gpushnik"]="ssh oleg@gpushnik.cvtt.vpn 'ls -l /opt/jupyter_gpu/data/crypto_md | tail -10'"
)
+1 -1
View File
@@ -12,7 +12,7 @@ function usage {
echo Starting $0 $*
LogDir=${1}
LogArchiveDir=/works/logs
LogArchiveDir=/works/archive/logs
DateCriteria="2 days ago"