%%TEMPLATE:adminheader%%
%%TEMPLATE:adminheader_db%%
<center>
<font color="#333333" size="2" face="Verdana, Verdana"><b>
Backup and Recover</b></font>
</center>
<p>
<table border=0 width=100% align=center>
<tr>
<td valign=top width=49%>
<font color="#333333" size="2" face="Verdana, Verdana"><b>Back Up Database:</b></font>
<Font face=Verdana size=2><br>
This is a simple backup utility. It will save the database in a file in your backup folder.
For a better backup of the all files(database, configuratin, templates etc.), you should save the
complete software directory in an external location.
<form action=admin.cgi method=get>
<input name=action value=backedup type=hidden>
<input name=pass value=%%pass%% type=hidden>
<input type=submit value=Backup>
</form>
</font>
</td>
<td>
</td>
<td valign=top width=49%>
<font color="#333333" size="2" face="Verdana, Verdana"><b><font color="#333333">Recover Database:</font></b></font>
<Font face=Verdana size=2><br>
Note that if you recover an older version of the database, you will lose
the changes since then.
</font><br>
<form action=admin.cgi method=get>
<input name=action value=retrieve type=hidden>
%%backup list%%
<input name=pass value=%%pass%% type=hidden>
<input type=submit value=Retrieve>
</form>
</font>
</td>
</tr>
</table>
%%TEMPLATE:adminfooter%%