1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!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>
-
|