Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!gentner From: gentner@Apple.COM (Don Gentner) Newsgroups: comp.unix.aux Subject: Re: dump arguments Message-ID: <12630@goofy.Apple.COM> Date: 20 Mar 91 18:00:16 GMT References: <9R-={1@rpi.edu> Distribution: usa Organization: Apple Computer Inc., Cupertino, CA Lines: 31 In article <9R-={1@rpi.edu>, ira@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@apple.com Apple Computer telephone: 408 974-5198 10440 Bubb Rd, MS: 58A fax: 408 974-0892 Cupertino, CA 95014 AppleLink: GENTNER