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

update typeset for del counters

parent f12daff6
Branches
No related tags found
1 merge request!139update typeset for del counters
......@@ -158,7 +158,8 @@ else
# This is faster andd doesn't need comparison of snapshots in output
# and works with initial backups too
typeswet -i iModFDelete=0 iModDDelete=0
typeset -i iModFDelete=0
typeset -i iModDDelete=0
iModFNew=$( cat $logfile | grep "^Files:.*unmodified" | awk '{sum+=$2;} END {print sum;}' )
iModFChange=$( cat $logfile | grep "^Files:.*unmodified" | awk '{sum+=$4;} END {print sum;}' )
iModFNone=$( cat $logfile | grep "^Files:.*unmodified" | awk '{sum+=$6;} END {print sum;}' )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment