How to append tape backup on Linux - TechRepublic
Question
May 27, 2010 at 11:21 PM
uppalusman

How to append tape backup on Linux

by uppalusman . Updated 16 years ago

i am taking backup through tar

tar -cvf /dev/st0 www

now also taking one more backup on same tape

tar -cvf /dev/st0 oracle

when i list the tape contents

tar -tvf /dev/st0

it shows only the oracle folder, where is the first one ?

This discussion is locked

All Comments