philippe peltier wrote:
> The problem is : if I do that I will get the content of /root
> only in my restore.txt file, but I don't find the content of
> "/", although it has been clearly and successfully backed up.
> I tried moving the tape to another server : it's worse...
> 'flexbackup -toc all' does not see the index any more, and
> 'flexbackup -list' keeps on seeing only /boot.
These symptoms suggest that you are not using the non-rewind tape device, so the tape is rewinding between your creation of the index, backup of / and backup of /root - leaving only the backup of /root on the tape. Use /dev/nst0, not /dev/st0 (or equivalent for IDE tape).
Charlie