From cadd733b68bf258b1434f36ad8b409cac03679ce Mon Sep 17 00:00:00 2001 From: Tim Shimmin Date: Tue, 19 Mar 2002 04:59:21 +0000 Subject: [PATCH] Add more info to 064.full which checks to see that the set of files for incremental dumping have been modified like they are supposed to. Added to help in tracking down some sporadic 064 failures. --- 064 | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/064 b/064 index 7a8b3d0d..3ccd159e 100755 --- a/064 +++ b/064 @@ -78,6 +78,16 @@ while [ $i -le 9 ]; do sleep 2 _stable_fs fi + echo "********* level $i ***********" >>$seq.full + date >>$seq.full + find $SCRATCH_MNT -exec stat {} \; >$tmp.dates.$i + if [ $i -gt 0 ]; then + level_1=`expr $i - 1` + diff -c $tmp.dates.$level_1 $tmp.dates.$i >>$seq.full + else + cat $tmp.dates.$i >>$seq.full + fi + dump_file=$tmp.df.level$i _do_dump_file -l $i i=`expr $i + 1` -- 2.47.3