|
|
1.1 root 1: : Backup 4/27/87
2: : Back up UDI MWC86 source onto four unformatted floppy disks.
3: : As of V2.7.3, source fits in 2564 blocks, leaving free
4: : 39 blocks on disk 1, 2 on 2, 106 on 3, 12 on 4.
5: :
6: echo -n Insert disk 1 and type return...
7: read x
8: /etc/fdformat /dev/fd0
9: /etc/mkfs /dev/fd0 720
10: /etc/mount /dev/fd0 /f0
11: for i in coh common cpp h n0
12: do
13: cpdir -vd $i /f0/$i
14: done
15: /etc/umount /dev/fd0
16: df -i /dev/fd0
17: :
18: echo -n Insert disk 2 and type return...
19: read x
20: /etc/fdformat /dev/fd0
21: /etc/mkfs -i 100 /dev/fd0 720
22: /etc/mount /dev/fd0 /f0
23: cpdir -vd n1 /f0/n1
24: /etc/umount /dev/fd0
25: df -i /dev/fd0
26: :
27: echo -n Insert disk 3 and type return...
28: read x
29: /etc/fdformat /dev/fd0
30: /etc/mkfs /dev/fd0 720
31: /etc/mount /dev/fd0 /f0
32: mkdir /f0/udi
33: cp Backup Dirs Files /f0
34: for i in n2 n3 udi/include vax
35: do
36: cpdir -vd $i /f0/$i
37: done
38: /etc/umount /dev/fd0
39: df -i /dev/fd0
40: :
41: echo -n Insert disk 4 and type return...
42: read x
43: /etc/fdformat /dev/fd0
44: /etc/mkfs -i 300 /dev/fd0 720
45: /etc/mount /dev/fd0 /f0
46: cpdir -vd -sinclude udi /f0/udi
47: /etc/umount /dev/fd0
48: df -i /dev/fd0
49: echo Done...
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.