0002.html 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <!DOCTYPE html>
  2. <html lang="en" xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Backing Up DD-WRT Settings Using HTTrack</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  6. <meta charset="UTF-8">
  7. <meta name="keywords" content="DD-WRT,HTTrack,Backup,How To,Windows,Tutorial">
  8. <meta name="author" content="i12bretro">
  9. <meta name="description" content="Backing Up DD-WRT Settings Using HTTrack">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. <link rel="icon" type="image/x-icon" href="includes/favicon.ico">
  12. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  13. <script type="text/javascript" src="includes/js/steps.js"></script>
  14. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  15. </head>
  16. <body>
  17. <div id="gridContainer">
  18. <div class="topMargin"></div>
  19. <div id="listName" class="topMargin">
  20. <h1>Backing Up DD-WRT Settings Using HTTrack</h1>
  21. </div>
  22. <div></div>
  23. <div id="content">
  24. <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>
  25. <ol>
  26. <li>Download HTTrack<a href="https://www.httrack.com/" target="_blank"> Download</a></li>
  27. <li>Extract the download hhtrack-noinst zip archive</li>
  28. <li>Create a directory to store your DD-WRT backup</li>
  29. <li>Launch WinHTTrack.exe</li>
  30. <li>Click Next</li>
  31. <li>Set Project name: DD-WRT</li>
  32. <li>Set Base path to the directory created in step 3</li>
  33. <li>Click Next</li>
  34. <li>Click Add URL...
  35. <p>Set URL: to your DD-WRT IP Address<br />
  36. Login: your DD-WRT user name<br />
  37. Password: your DD-WRT password</p>
  38. </li>
  39. <li>Click OK</li>
  40. <li>Click Next</li>
  41. <li>Wait for the process to complete</li>
  42. <li>Browse the site created by HTTrack</li>
  43. </ol>
  44. </div>
  45. </div>
  46. </body>
  47. </html>