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

add typeset for deleted counters

parent d58b1ebf
Branches
No related tags found
1 merge request!138add typeset for deleted counters
...@@ -158,6 +158,7 @@ else ...@@ -158,6 +158,7 @@ else
# This is faster andd doesn't need comparison of snapshots in output # This is faster andd doesn't need comparison of snapshots in output
# and works with initial backups too # and works with initial backups too
typeswet -i iModFDelete=0 iModDDelete=0
iModFNew=$( cat $logfile | grep "^Files:.*unmodified" | awk '{sum+=$2;} END {print sum;}' ) iModFNew=$( cat $logfile | grep "^Files:.*unmodified" | awk '{sum+=$2;} END {print sum;}' )
iModFChange=$( cat $logfile | grep "^Files:.*unmodified" | awk '{sum+=$4;} 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;}' ) 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