Changeset 1771 in MondoRescue for branches/2.2.5/mindi/mindi-bkphw


Ignore:
Timestamp:
Nov 6, 2007, 9:13:46 PM (16 years ago)
Author:
Bruno Cornec
Message:

Use RESTORE consistently across mondo to restore without interaction (report from Takeshi Shoji t.shoji_at_tripodw.jp)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/mindi-bkphw

    r1764 r1771  
    5353        if ($tool =~ /\/conrep$/) {
    5454            $ret = system("(cd $tooldir ; $tool -s -f$bkpdir/conrep.dat)");
    55             print SCRIPT "(cd $tooldir ; $tool -s -f$bkpdir/conrep.dat)");
     55            print SCRIPT "(cd $tooldir ; $tool -l -f$bkpdir/conrep.dat)");
    5656            print TOOLS "$tool.xml\n";
    5757        }
    5858        if ($tool =~ /\/cpqacuxe$/) {
    5959            $ret = system("$tool -c $bkpdir/cpqacuxe.dat");
    60             print SCRIPT "$tool -r $bkpdir/cpqacuxe.dat");
     60            print SCRIPT "$tool -i $bkpdir/cpqacuxe.dat)");
    6161            print TOOLS "$tooldir/bld\n";
    6262        }
Note: See TracChangeset for help on using the changeset viewer.