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

remove duplicated disabled backups

parent e196fc52
No related branches found
No related tags found
1 merge request!221remove duplicated disabled backups
...@@ -109,7 +109,7 @@ case "$sMode" in ...@@ -109,7 +109,7 @@ case "$sMode" in
ph.setStatus unknown ph.setStatus unknown
fi fi
ph.status "Server Backups - $iTotal servers in backup - $iErrors errors - $iDisable disbled - $iRunning running" ph.status "Server Backups - $iTotal servers in backup - $iErrors errors - $iDisable disbled - $iRunning running"
echo List of server backups grouped by status echo "List of server backups grouped by status (non-OK only)"
echo echo
( (
# draw 1st line with table header # draw 1st line with table header
...@@ -117,7 +117,7 @@ case "$sMode" in ...@@ -117,7 +117,7 @@ case "$sMode" in
echo echo
# show servers grouped by status # show servers grouped by status
for mystatus in E D R "\?" D for mystatus in E D R "\?"
do do
srvlist=$( _getServerOfStatus "$mystatus" "$data" ) srvlist=$( _getServerOfStatus "$mystatus" "$data" )
test -n "$srvlist" && ( echo "$srvlist"; echo ) test -n "$srvlist" && ( echo "$srvlist"; echo )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment