Path: utzoo!attcan!uunet!decwrl!sgi!shinobu!odin!harlie.corp.sgi.com!scotth From: scotth@harlie.corp.sgi.com (Scott Henry) Newsgroups: comp.sys.sgi Subject: Re: Multiple archive in 3.3.1 Message-ID: <1990Oct11.201313.27216@odin.corp.sgi.com> Date: 11 Oct 90 20:13:13 GMT References: <1990Oct11.153912.9623@ecf.utoronto.ca> Sender: news@odin.corp.sgi.com (Net News) Reply-To: scotth@harlie.corp.sgi.com (Scott Henry) Organization: sgi Lines: 29 In article <1990Oct11.153912.9623@ecf.utoronto.ca>, xiaoyan@mv05.ecf (Yan Xiao) writes: |> |> We just got 3.3.1 release, and we are wondering whether to put it on. |> The major interest for us to have a new release would be multiple |> archive on our X-byte tapedrive. I assume you mean Exabyte (the 8mm tape that can hold >2GB). |> Can anybody answer this question: is multiple archive on X-byte |> tapedrive possible for the 3.3.1 release? I have been backing up all the machines in my local workgroup on to a single Exabyte tape since July. Each machines' backup becomes a separate archive on the tape. I have been doing it successfully under 3.3, 3.3.1, and now under a pre-release 3.3.2. One of the key tricks that I discovered is to do an "mt -t feom" before writing *every* archive. The basic procedure I do for my backup scheme is: #!/bin/sh # on the machine with the tape drive mt rewind for host in $hostlist ; do # backup $host mt feom done mt rewind for host in $hostlist ; do # read backup archive done -- Scott Henry / Traveller on Dragon Wings Information Services, / Help! My disclaimer is missing! Silicon Graphics, Inc / 'Under-achiever and proud of it!' -- Bart Simpson