forked from i12bretro/tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
0002.html
50 lines (48 loc) · 2.37 KB
/
0002.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Backing Up DD-WRT Settings Using HTTrack</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<meta name="keywords" content="Backup DD-WRT Config,Backup DD-WRT Settings,Backup Router Settings,Backup Router Config,Backup DD-WRT,How Can I Backup My DD-WRT Settings,How To Backup DD-WRT Settings,How To Backup DD-WRT Configuration,DD-WRT,HTTrack,Backup,Windows,Web Crawler,Website Downloader,Router,Networking,How To,Tutorial,i12bretro">
<meta name="author" content="i12bretro">
<meta name="description" content="Backing Up DD-WRT Settings Using HTTrack">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="revised" content="03/24/2022 08:17:12 PM" />
<link rel="icon" type="image/x-icon" href="includes/favicon.ico">
<script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="includes/js/steps.js"></script>
<link href="css/steps.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="gridContainer">
<div class="topMargin"></div>
<div id="listName" class="topMargin">
<h1>Backing Up DD-WRT Settings Using HTTrack</h1>
</div>
<div></div>
<div id="content">
<p>Disclaimer: This does not backup 100% of the settings in DD-WRT, but it is a great way to capture the settings prior to upgrading so values can be copied/pasted back into place</p>
<ol>
<li>Download HTTrack<a href="https://www.httrack.com/" target="_blank"> Download</a></li>
<li>Extract the download hhtrack-noinst zip archive</li>
<li>Create a directory to store your DD-WRT backup</li>
<li>Launch WinHTTrack.exe</li>
<li>Click Next</li>
<li>Set Project name: DD-WRT</li>
<li>Set Base path to the directory created in step 3</li>
<li>Click Next</li>
<li>Click Add URL...
<p>Set URL: to your DD-WRT IP Address<br />
Login: your DD-WRT user name<br />
Password: your DD-WRT password</p>
</li>
<li>Click OK</li>
<li>Click Next</li>
<li>Wait for the process to complete</li>
<li>Browse the site created by HTTrack</li>
</ol>
</div>
</div>
</body>
</html>