Skip to content
Snippets Groups Projects

add changecounters and performancedata

Merged Hahn Axel (hahn) requested to merge 6638-count-changes into master
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -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
Loading