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

Merge branch 'status-faster-count-modifications' into 'master'

update typeset for del counters

See merge request !139
parents a265cb8b 93cc4678
No related branches found
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