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

Merge branch 'check-clientbackup-with-prune-verify' into 'master'

update filter for transfer section

See merge request !83
parents f12f5fa0 4c39c69d
No related branches found
No related tags found
1 merge request!83update filter for transfer section
...@@ -154,7 +154,7 @@ else ...@@ -154,7 +154,7 @@ else
echo echo
echo ">>> Summary of transfer actions:" echo ">>> Summary of transfer actions:"
cat $logfile | grep "__[A-Z][A-Z]*__" | grep -v '__DB__' | filterColor cat $logfile | grep "__[A-Z][A-Z]*__" | grep -E '__(BACKUP|PRUNE|REPO|VERIFY)__' | filterColor
echo echo
sShort="$sShort - OK: $iOK ... Errors: $iError" sShort="$sShort - OK: $iOK ... Errors: $iError"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment