0002.html 2.4 KB

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