67 lines
2.0 KiB
HTML
67 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="%l">
|
|
<head>
|
|
<!-- Copyright (c) 1998-2006 INRIA - GeneWeb -->
|
|
<!-- $Id: recover2.htm,v 7.00 2018-04-19 05:35:06 ddr Exp $ -->
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="none">
|
|
<link rel="shortcut icon" href="images/favicon_gwsetup.png">
|
|
|
|
<title>[Recover a database - Phase 3]
|
|
</title>
|
|
%fsetup.css;
|
|
</head>
|
|
|
|
<body %Vbody_prop;>
|
|
|
|
<div style="background:url('images/gwlogo.png') no-repeat left top; text-align:center; height:95px; line-height:95px; color:#2f6400;">
|
|
<h1 style="margin:0;">[Recover a database]</h1>
|
|
</div>
|
|
<p>
|
|
%v{[Warning: there already exists a database named "%o" in the destination directory. If you push the button below, it will be erased. If you just made this handling, it is probably its result, therefore it is not important. Otherwise, go back and choose another name for your database.]
|
|
%(
|
|
Warning: there already exists a database named "%o" in the destination directory.
|
|
If you push the button below, it will be erased. If you just made this handling,
|
|
it is probably its result, therefore it is not important. Otherwise, go back and
|
|
choose another name for your database.
|
|
%)
|
|
<p>}
|
|
[Starting directory and database][:]
|
|
<pre>
|
|
%a
|
|
%i
|
|
</pre>
|
|
[Destination directory and database][:]
|
|
<pre>
|
|
%w
|
|
%o
|
|
</pre>
|
|
<p>
|
|
[Warning: the operation can take several seconds or minutes, depending on the case. Be patient.]
|
|
%(
|
|
Warning: the operation can take several seconds or minutes, depending on the case.
|
|
Be patient.
|
|
%)
|
|
<p>
|
|
[Push the below button to launch the operation]
|
|
%v{<br><blink><font color=red>[, and overwrite the database "%o" of the destination directory]
|
|
</font></blink>}:
|
|
<p>
|
|
<form method=POST action="recover_2">
|
|
%h
|
|
<dl><dt><dd>
|
|
<input type=submit value="Ok">
|
|
<input type=submit name=cancel value="[cancel]">
|
|
</dl>
|
|
</form>
|
|
<p>
|
|
[For information, this operation corresponds to the following commands][:]
|
|
<pre>
|
|
$ cd "%a"
|
|
$ .%/%U %i %O %w%/%T
|
|
$ cd "%w"
|
|
$ %x%Vsrc2new; %T -f -o %o > comm.log
|
|
</pre>
|
|
</body>
|
|
</html>
|