Skip to content
Snippets Groups Projects

add typeset for deleted counters

Merged Hahn Axel (hahn) requested to merge status-faster-count-modifications into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -158,6 +158,7 @@ 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
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;}' )
Loading