From: Stelian P. <st...@po...> - 2008-03-13 11:49:14
|
Le mercredi 12 mars 2008 à 16:52 -0700, Kenneth Porter a écrit : > On Wednesday, March 12, 2008 10:44 PM +0100 Stelian Pop > <st...@po...> wrote: > > > Well, it is supposed to work this way when -M is used.. > > I added -a and it now runs without the prompt. Hmm, the only place where it does matter is in tape.c: > if (aflag || curfile.action != SKIP) { > ... do not ask for volume number ... Normally, curfile.action is never SKIP when comparing, since all the files are extracted and compared with the original ones. The only cause I can think of is that you had an earlier comparision error causing the current file to be skipped instead of comparing, and this is why curfile.action == SKIP. Did restore report some compare errors before asking for the next volume ? -- Stelian Pop <st...@po...> |