Skip to content
Snippets Groups Projects
Commit c423a4ba authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6638-count-changes' into 'master'

add changecounters and performancedata

See merge request !158
parents a009995f be2fc82e
No related branches found
No related tags found
1 merge request!158add changecounters and performancedata
......@@ -18,11 +18,12 @@
# show last backup, prune, verify
# 2023-06-22 v1.11 <axel.hahn@unibe.ch> add help and param support; add parameter for install directory
# 2023-07-27 v1.12 <axel.hahn@unibe.ch> add docs url of IML backup
# 2023-09-01 v1.13 <axel.hahn@unibe.ch> add changecounters and performancedata
# ======================================================================
. $( dirname $0 )/inc_pluginfunctions
export self_APPVERSION=1.12
export self_APPVERSION=1.13
sInstalldir=/opt/imlbackup/client/
......@@ -104,7 +105,11 @@ done
echo "--- transfer:"
echo "$result" | grep "__[A-Z][A-Z]*__ "
echo
echo "$result" | grep "__COUNTERS__"
echo
echo "$result" | grep "__LAST__"
echo
echo "$result" | grep "__PERFDATA__" | cut -f 2- -d " "
ph.exit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment