0002.html 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. <script type="text/javascript" src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
  12. <script type="text/javascript" src="includes/js/steps.js"></script>
  13. <link href="css/steps.css" rel="stylesheet" type="text/css" />
  14. </head>
  15. <body>
  16. <div id="gridContainer">
  17. <div class="topMargin"></div>
  18. <div id="listName" class="topMargin">
  19. <h1>Backing Up DD-WRT Settings Using HTTrack</h1>
  20. </div>
  21. <div></div>
  22. <div id="content">
  23. <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>
  24. <ol>
  25. <li>Download HTTrack<a href="https://www.httrack.com/" target="_blank"> Download</a></li>
  26. <li>Extract the download hhtrack-noinst zip archive</li>
  27. <li>Create a directory to store your DD-WRT backup</li>
  28. <li>Launch WinHTTrack.exe</li>
  29. <li>Click Next</li>
  30. <li>Set Project name: DD-WRT</li>
  31. <li>Set Base path to the directory created in step 3</li>
  32. <li>Click Next</li>
  33. <li>Click Add URL...
  34. <p>Set URL: to your DD-WRT IP Address<br />
  35. Login: your DD-WRT user name<br />
  36. Password: your DD-WRT password</p>
  37. </li>
  38. <li>Click OK</li>
  39. <li>Click Next</li>
  40. <li>Wait for the process to complete</li>
  41. <li>Browse the site created by HTTrack</li>
  42. </ol>
  43. </div>
  44. </div>
  45. </body>
  46. </html>