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 ?