lotus

previous page: 3.2. What do I with old object-file archives?
  
page up: Unix-PC/3b1 Computers FAQ
  
next page: 4.2. How can I make a floppy-disk-based UNIX for fsck'ing the hard drive?

4.1. How do I restore from a backup when one of the floppies is bad?




Description

This article is from the 3b1 computers FAQ, by John B. Bunch with numerous contributions by others.

4.1. How do I restore from a backup when one of the floppies is bad?

Get the public domain program called "afio". It's available in the OSU archives. It supports reading the floppy disk backup set, and will ignore errors and recover when it finds the next cpio ASCII header if you use the "-k" option. The backup set must be written using cpio and the "-c" option must have been used during the writing of the diskettes.

The syntax for afio to restore is:

	# cd /
	# afio -ivk /dev/rfp021
		  ^ use the k option to allow dealing with
		    corrupted archives

 

Continue to:













TOP
previous page: 3.2. What do I with old object-file archives?
  
page up: Unix-PC/3b1 Computers FAQ
  
next page: 4.2. How can I make a floppy-disk-based UNIX for fsck'ing the hard drive?