chiark / gitweb /
@@ -1,3 +1,9 @@
[chiark-utils.git] / backup / full
index a46726077e414ff1275606931562672a82b4024c..9c603b9affbf80b9cd75b4f1b6cbbd557388d04e 100755 (executable)
@@ -186,6 +186,7 @@ foreach $exc (@excl) {
 for $tf (@fsys) {
     printdate();
     parsefsys();
+    prepfsys();
 
     pipe(FINDOR,FINDOW) or die $!;
     pipe(DUMPOR,DUMPOW) or die $!;
@@ -249,6 +250,8 @@ for $tf (@fsys) {
     push @tapefilesizes, [ $1, $currenttapefilename ];
     $totalrecords += $1;
     pboth("total blocks written so far: $totalrecords\n");
+
+    finfsys();
 }
 
 # The backup should now be complete; verify it