123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!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="DD-WRT,HTTrack,Backup,How To,Windows,Tutorial">
- <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">
- <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>
-
|