?? manage_backup.asp
字號:
<!--#include file="admin.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<title>備份管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Admin_Style.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="2" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="950" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25">
<div align="center" style="background-image: url('../Images/topbg1.gif')"><strong>備份數(shù)據(jù)庫</strong></div><%
if request("action")="Backup" then
call backupdata()
else
%></td>
</tr>
<tr>
<form method="post" action="Manage_backup.asp?action=Backup">
<td>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="2" height="333">
<tr>
<td height="25" class="tdbg"><strong>備份商城數(shù)據(jù)文件</strong>[需要FSO權(quán)限]</td>
</tr>
<tr>
<td height="22" class="tdbg"> 當(dāng)前數(shù)據(jù)庫路徑</td>
</tr>
<tr>
<td height="22" class="tdbg"><input type=text size=50 name=DBpath value="<%=db%>"></td>
</tr>
<tr>
<td height="22" class="tdbg"> 備份數(shù)據(jù)庫目錄[如目錄不存在,程序?qū)⒆詣觿?chuàng)建]</td>
</tr>
<tr>
<td height="22" class="tdbg"><input type=text size=50 name=bkfolder value=Databackup></td>
</tr>
<tr>
<td height="22" class="tdbg">備份數(shù)據(jù)庫名稱[如備份目錄有該文件,將覆蓋,如沒有,將自動創(chuàng)建]</td>
</tr>
<tr>
<td height="22" class="tdbg">
<input type=text size=30 name=bkDBname value=based179soft.asp></td>
</tr>
<tr>
<td height="22" class="tdbg"><div align="center">
演示不開放操作按鈕,請聯(lián)系QQ 412771253
</div></td>
</tr>
<tr>
<td height="22" class="tdbg"><br>
<br>
本程序的默認(rèn)數(shù)據(jù)庫文件為<%=db%><br>
您可以用這個功能來備份您的法規(guī)數(shù)據(jù),以保證您的數(shù)據(jù)安全!<br>
注意:所有路徑都是相對與程序空間根目錄的相對路徑</td>
</tr>
<tr>
<td height="47" class="tdbg"> </td>
</tr>
</table></td>
</form>
</tr>
</table>
<%end if%>
</td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -