Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!mephisto!ncsuvx!news From: johnson@ecovsh.eco.ncsu.edu (Amy Johnson) Newsgroups: comp.unix.aix Subject: Multiple filesystems on one backup tape Keywords: backup tape nonrewindable Message-ID: <1990Sep14.201228.29686@ncsuvx.ncsu.edu> Date: 14 Sep 90 20:12:28 GMT Sender: news@ncsuvx.ncsu.edu (USENET News System) Reply-To: johnson@ecovsh.ncsu.edu Organization: North Carolina State University Lines: 38 Hi. I would *love* to automate backups, so that all filesystems are backed-up to one 8mm tape. However, the non-rewindable tape devices seem to rewind anyways. For instance, I type: backup -0 -f/dev/rmt1.1 /local and when it finishes, it says something like: dump finished rewinding tape dump finished Isn't /dev/rmt1.1 a non-rewindable tape device??? I would like to have a script something like the following to backup everything onto one tape: backup -0 -f/dev/rmt1.1 /local backup -0 -f/dev/rmt1.1 /u/staff backup -0 -f/dev/rmt1.1 /u/ugrad backup -0 -f/dev/rmt1.1 /u/grad backup -0 -f/dev/rmt1.1 /u/faculty backup -0 -f/dev/rmt1 /usr Assuming, I eventually get non-rewinding tape devices to *not* rewind, should the last tape device be a rewindable tape device, such as /dev/rmt1 ??? Am I missing some logic or common logic here? I've searched through info with no luck. Any hints would be greatly appreciated. Thanks in advance! Amy Engineering Computer Operations North Carolina State University