chiark / gitweb /
As found on chiark in /usr/local/lib/backup and /etc/backup: chiark's config and... branch-chiark-crap-2001-10-07
authorianmdlvl <ianmdlvl>
Sun, 7 Oct 2001 16:44:26 +0000 (16:44 +0000)
committerianmdlvl <ianmdlvl>
Sun, 7 Oct 2001 16:44:26 +0000 (16:44 +0000)
26 files changed:
backup/backuplib.pl
backup/checkallused
backup/expected-diffs
backup/fsys.all
backup/fsys.pt0
backup/fsys.pt1
backup/tape.506 [new file with mode: 0644]
backup/tape.507 [new file with mode: 0644]
backup/tape.508 [new file with mode: 0644]
backup/tape.509 [new file with mode: 0644]
backup/tape.510 [new file with mode: 0644]
backup/tape.512 [new file with mode: 0644]
backup/tape.515 [new file with mode: 0644]
backup/tape.517 [new file with mode: 0644]
backup/tape.519 [new file with mode: 0644]
backup/tape.a0 [new file with mode: 0644]
backup/tape.b0 [new file with mode: 0644]
backup/tape.b1 [new file with mode: 0644]
backup/tape.c0 [new file with mode: 0644]
backup/tape.c1 [new file with mode: 0644]
backup/tape.d0 [new file with mode: 0644]
backup/tape.d1 [new file with mode: 0644]
backup/tape.ka [new file with mode: 0644]
backup/tape.kb [new file with mode: 0644]
backup/warnings.
backup/was-tape.iw [new file with mode: 0644]

index d412c9400776e47dc40539cf40628e34e95e9209..5803a9f84f910d5bec34a4ff7e2996d4aaa0b9c3 100644 (file)
@@ -53,9 +53,6 @@ sub readfsys ($) {
        if (m/^prefix\s+(\w+)\s+(\S.*\S)$/) {
            $prefix{$1}= $2;
            next;
-       } elsif (m/^prefix\-df\s+(\w+)\s+(\S.*\S)$/) {
-           $prefixdf{$1}= $2;
-           next;
        }
        push @fsys,$_;
     }
index fd613f3181b75d91c5fc603c70f510ad40ee2337..600fb88e5be383e9d1078aabd31beeaa3612a1e5 100755 (executable)
@@ -38,8 +38,6 @@ for $fsg (sort keys %fsgdone) {
     for $tf (@fsys) {
        parsefsys();
        $pstr= $prefix ne '<local>' ? "$prefix:$atf" : $atf;
-       &e("dumped twice ($backed{$pstr}, $fsg): $pstr")
-           if defined $backed{$pstr};
        $backed{$pstr}= $fsg;
        print " $pstr";
     }
@@ -59,36 +57,19 @@ print "\n";
 
 for $pfx ('', sort keys %prefix) {
     $rstr= length($pfx) ? $prefix{$pfx}.' ' : '';
-    $dfstr= exists($prefixdf{$pfx}) ? $prefixdf{$pfx} :
-       'df --no-sync -xiso9660 -xnfs -xproc';
-    $cmd= "$rstr $dfstr";
-    open X, "$cmd |" or die $!;
-    $_= <X>; m/^Filesystem/ or die "$cmd => $_ ?";
+    open X, $rstr." df --no-sync -xnfs |" or die $!;
+    $_= <X>; m/^Filesystem/ or die "$_ ?";
     $ppstr= length($pfx) ? $pfx : '<local>';
     $pstr= length($pfx) ? "$pfx:" : '';
     print "mount points: $ppstr:";
     while (<X>) {
        chomp;
-       next if m,^procfs\s,;
        m,^/dev/(\S+)\s.*\s(/\S*)\s*$, or die "$_ ?";
-       ($dev,$mp) = ($1,$2);
-       $mounted{"$pstr$mp"}="$pstr$dev"; print " $1-$2";
-       if (defined($backto= $backed{"$pstr$mp"})) {
-           if (m,^/dev/\S+\s+\d+\s+(\d+)\s,) {
-               $usedkb{$backto} += $1;
-           } else {
-               $usedkb{$backto} += 0;
-               $unkkb{$backto} .= " + $pstr$mp";
-           }
-       }
+       $mounted{"$pstr$2"}="$pstr$1"; print " $1-$2";
     }
     print "\n";
-    $!=0; close(X); $? and die "$cmd $? $!";
-}
-
-foreach $fsg (keys %usedkb) {
-    print "filesystem group $fsg: $usedkb{$fsg} 1K-blocks$unkkb{$fsg}\n";
 }
+$!=0; close(X); $? and die "$? $!";
 
 open Z,"$etc/expected-diffs" or die $!;
 for (;;) {
index 5609903edcd674068cfab5f02f2e54c1ec0d086e..644ef8be73aa0c4d199dbe99282c02f26fa62975 100644 (file)
@@ -1,7 +1,4 @@
-#!sfere:/opt/bigdisc
-!davenant:/export/mirror
-davenant:/export/mirror/work
-!davenant:/export/mp3
-!kadath:/tmp
-#!elmyra:/mnt/fat/data
+/var/spool/news/chiark
+!/var/spool/news
+!/tmp
 end
index 26b8a9c1c128dde24f890f42d9e12420e4f85024..dd9139efcf58c2517f16ead26c2f99d75fafe999 100644 (file)
@@ -1,44 +1,8 @@
-#
-
-prefix davenant ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' davenant 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-prefix xenophobe ssh -o 'BatchMode yes' -c blowfish -o 'Compression no' xenophobe 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-
-prefix khem ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' -o 'CompressionLevel 1' khem 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-
-prefix kadath ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' -o 'CompressionLevel 1' kadath -l ian 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH really'
-prefix-df kadath /bin/df -t noprocfs,nfs
-#
-
-/usr/src               dump    davenant
-
-/var                   dump    davenant
-/u                     dump    davenant
 /                      dump
-
-/                      dump    davenant
-
-/export/mirror/work    cpio    davenant
-
-/usr                   dump    davenant
-/boot                  dump    davenant
-#
-
-/                      dump    kadath
-
-/usr                   dump    kadath
-/var                   dump    kadath
-/home                  dump    kadath
-
-/var                   dump    khem
-/home                  dump    khem
-/                      dump    khem
-
-/usr                   dump    khem
-#
-
-/                      dump    xenophobe
-
-/dos/c                 cpio
-/dos/d                 cpio
-
+/var                   dump
+/var/log               dump
+/u                     dump
+/u2                    dump
+/usr                   dump
+/var/spool/news/chiark cpio
 end
index f14c1143a2bcf1f5e53c99094cb7f7d196b76e9a..1412887879b6ec49fb22251b7182a0342a1a4e74 100644 (file)
@@ -1,25 +1,4 @@
-#
-
-prefix davenant ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' davenant 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-prefix xenophobe ssh -o 'BatchMode yes' -c blowfish -o 'Compression no' xenophobe 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-
-prefix khem ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' -o 'CompressionLevel 1' khem 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-
-prefix kadath ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' -o 'CompressionLevel 1' kadath -l ian 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH really'
-prefix-df kadath /bin/df -t noprocfs,nfs
-#
-
-/usr/src               dump    davenant
-
-/var                   dump    davenant
-/u                     dump    davenant
 /                      dump
-
-/                      dump    davenant
-
-/export/mirror/work    cpio    davenant
-
-/usr                   dump    davenant
-/boot                  dump    davenant
-
+/var                   dump
+/u                     dump
 end
index e1118b369d87673d0e8756e9283883d53d21e85d..6afe7efedac33de3a1849d6ace0e4cc08db19f81 100644 (file)
@@ -1,24 +1,4 @@
-#
-
-prefix davenant ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' davenant 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-prefix xenophobe ssh -o 'BatchMode yes' -c blowfish -o 'Compression no' xenophobe 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-
-prefix khem ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' -o 'CompressionLevel 1' khem 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH'
-
-prefix kadath ssh -o 'BatchMode yes' -c blowfish -o 'Compression yes' -o 'CompressionLevel 1' kadath -l ian 'PATH=/usr/local/sbin:/usr/local/bin:/sbin:/usr/sbin:$PATH really'
-prefix-df kadath /bin/df -t noprocfs,nfs
-#
-
-/                      dump    kadath
-
-/usr                   dump    kadath
-/var                   dump    kadath
-/home                  dump    kadath
-
-/var                   dump    khem
-/home                  dump    khem
-/                      dump    khem
-
-/usr                   dump    khem
-
+/u2                    dump
+/usr                   dump
+/var/spool/news/chiark cpio
 end
diff --git a/backup/tape.506 b/backup/tape.506
new file mode 100644 (file)
index 0000000..219e728
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next b0
+end
diff --git a/backup/tape.507 b/backup/tape.507
new file mode 100644 (file)
index 0000000..9b0d81f
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next c0
+end
diff --git a/backup/tape.508 b/backup/tape.508
new file mode 100644 (file)
index 0000000..cb23647
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next d0
+end
diff --git a/backup/tape.509 b/backup/tape.509
new file mode 100644 (file)
index 0000000..6fbdc69
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next a0
+end
diff --git a/backup/tape.510 b/backup/tape.510
new file mode 100644 (file)
index 0000000..cad1fa7
--- /dev/null
@@ -0,0 +1,2 @@
+incremental
+end
diff --git a/backup/tape.512 b/backup/tape.512
new file mode 100644 (file)
index 0000000..cad1fa7
--- /dev/null
@@ -0,0 +1,2 @@
+incremental
+end
diff --git a/backup/tape.515 b/backup/tape.515
new file mode 100644 (file)
index 0000000..9b0d81f
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next c0
+end
diff --git a/backup/tape.517 b/backup/tape.517
new file mode 100644 (file)
index 0000000..cad1fa7
--- /dev/null
@@ -0,0 +1,2 @@
+incremental
+end
diff --git a/backup/tape.519 b/backup/tape.519
new file mode 100644 (file)
index 0000000..9b0d81f
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next c0
+end
diff --git a/backup/tape.a0 b/backup/tape.a0
new file mode 100644 (file)
index 0000000..219e728
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next b0
+end
diff --git a/backup/tape.b0 b/backup/tape.b0
new file mode 100644 (file)
index 0000000..9b0d81f
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next c0
+end
diff --git a/backup/tape.b1 b/backup/tape.b1
new file mode 100644 (file)
index 0000000..0eab3f9
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems pt1
+next c0
+end
diff --git a/backup/tape.c0 b/backup/tape.c0
new file mode 100644 (file)
index 0000000..cb23647
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next d0
+end
diff --git a/backup/tape.c1 b/backup/tape.c1
new file mode 100644 (file)
index 0000000..44f2b50
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems pt1
+next d0
+end
diff --git a/backup/tape.d0 b/backup/tape.d0
new file mode 100644 (file)
index 0000000..6fbdc69
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems all
+next a0
+end
diff --git a/backup/tape.d1 b/backup/tape.d1
new file mode 100644 (file)
index 0000000..4856464
--- /dev/null
@@ -0,0 +1,3 @@
+filesystems pt1
+next a0
+end
diff --git a/backup/tape.ka b/backup/tape.ka
new file mode 100644 (file)
index 0000000..cad1fa7
--- /dev/null
@@ -0,0 +1,2 @@
+incremental
+end
diff --git a/backup/tape.kb b/backup/tape.kb
new file mode 100644 (file)
index 0000000..cad1fa7
--- /dev/null
@@ -0,0 +1,2 @@
+incremental
+end
index d42696bc057dd2a94aa0305a9ad2e9f0615f0cb7..3e35aa6a5767b19f529a771283e425ef80d3b519 100755 (executable)
@@ -1,4 +1 @@
-T 300 "in 10 minutes"
-T 240 "in 5 minutes"
-T 45 "in 1 minute"
-T 15 "in 15 seconds"
+T 300 "in 5 minutes"
diff --git a/backup/was-tape.iw b/backup/was-tape.iw
new file mode 100644 (file)
index 0000000..cad1fa7
--- /dev/null
@@ -0,0 +1,2 @@
+incremental
+end