X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=backup%2Fincrem;fp=backup%2Fincrem;h=ac220957edb2d4f0d470fa4235514afae345b091;hb=7d4185f54b99fef18f8661ea1d5974171f997f1e;hp=57a037dc31cadce80345a60b3cc5395a24a6563e;hpb=04120f0abc943fdd03baf28a3e0c76ed2a289741;p=chiark-utils.git diff --git a/backup/increm b/backup/increm index 57a037d..ac22095 100755 --- a/backup/increm +++ b/backup/increm @@ -88,6 +88,7 @@ setstatus "PROBLEMS during incremental dump"; for $tf (@fsys) { parsefsys(); + prepfsys(); $bufir='DUMPOR'; $ddcmd= "$nasty dd ibs=$softblocksizebytes obs=$blocksizebytes of=$ntape"; @@ -126,6 +127,8 @@ for $tf (@fsys) { # advance is a file counter, so it needs to be updated for each # dump we do to tape. $advance++; + + finfsys(); } # Rewind the tape, and increment the counter of incremental backups.