dump arguments

Don Gentner gentner at Apple.COM
Thu Mar 21 04:00:16 AEST 1991


In article <9R-={1 at rpi.edu>, ira at iear.arts.rpi.edu (Ira Lee) writes:
> I'm trying to use dump.bsd to backup my directories to Apples 40 meg
> cartrige tape drive. Anyone know what arguments to dump to use?

In A/UX 2.0, the "c" option to dump.bsd did not work properly, and it
was necessary to specify the media size.  I used the following command
to do a complete (level 0) backup.

/etc/dump.bsd 0cubsf 16 37m /dev/rmt/tc1 /dev/dsk/c0d0s0

The meaning of the options is:
0	do a level 0 dump (change as needed)
c	set for Apple Tape Backup 40SC
u	write dump date to /etc/dumpdates
b 16	use blocking factor of 16k
s 37m	media size is 37 megabytes

/dev/rmt/tc1  is the tape device (replace 1 with correct SCSI id)
/dev/dsk/c0d0s0 is the file system being backed up (change as needed)

The "c" option is fixed in A/UX 2.0.1, so you can use a simpler
command, like the following:

/etc/dump.bsd 0cuf /dev/rmt/tc1 /dev/dsk/c0d0s0

                        Don
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Don Gentner			email: gentner at apple.com
Apple Computer			telephone: 408 974-5198
10440 Bubb Rd, MS: 58A		fax: 408 974-0892
Cupertino, CA 95014		AppleLink: GENTNER



More information about the Comp.unix.aux mailing list