# How do I export the complete forum as static html pages?

**URL:** https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007
**Category:** Support
**Created:** [Septembre 29, 2017, 8:31 UTC](https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007 "2017-09-29T08:31:35Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![wangerin](https://avatars.discourse-cdn.com/v4/letter/w/f08c70/32.png) [@wangerin](https://meta.discourse.org/u/wangerin)
#### Post date: [Septembre 29, 2017, 8:31 UTC](https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007/1 "2017-09-29T08:31:35Z")

</div>

My discourse-forum is going to be shut down, as our org is soon being shutdown, but I’d like to keep a static version of the public porting of our forum.

How can I do that?

I tried to simply pull a copy using wget, but that didn’t get a usable result.

Thanx  
/Henning

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [Septembre 29, 2017, 8:37 UTC](https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007/2 "2017-09-29T08:37:24Z")

</div>

> [@A basic Discourse archival tool](https://meta.discourse.org/t/a-basic-discourse-archival-tool/62614):
>
> Archival tool updated with Codex May 2026 It seems that it’s pretty tricky to save an entire discourse site to a static version. According to [this post](https://meta.discourse.org/t/archive-an-old-forum-in-place-to-start-a-new-discourse-forum/13433/10) by Jeff Atwood, it’s “much harder than you’d think”. It doesn’t appear that this is a priority for the Discourse team, either, which is perfectly understandable. For my purposes, though, I found that I really needed some way to generate basic, static HTML versions of my Discourse sites. I’ve been using Discourse for a couple of years now as a d…

---

<div class="post-metadata">

### Author: ![wangerin](https://avatars.discourse-cdn.com/v4/letter/w/f08c70/32.png) [@wangerin](https://meta.discourse.org/u/wangerin)
#### Post date: [Septembre 29, 2017, 11:44 UTC](https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007/3 "2017-09-29T11:44:22Z")

</div>

After reviewing til link Trash linked to, plus link in that thread, I found a solution:

`wget --wait=1 --recursive --page-requisites --user-agent "Googlebot" https:/site.com`

Without the --wait=1 pulling my site resulted in “TOO MANY REQUESTS”, but a delay solved that problem.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [Octobre 27, 2019, 1:16 UTC](https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007/4 "2019-10-27T01:16:23Z")

</div>



---

<div class="post-metadata">

### Author: ![pierreozoux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pierreozoux/32/296611_2.png) [@pierreozoux](https://meta.discourse.org/u/pierreozoux)
#### Post date: [Mai 11, 2022, 2:36 UTC](https://meta.discourse.org/t/how-do-i-export-the-complete-forum-as-static-html-pages/71007/5 "2022-05-11T14:36:45Z")

</div>

Nous l’avons utilisé avec un succès certain alors !

```plaintext
wget --adjust-extension --mirror --page-requisites --convert-links --recursive --user-agent "Googlebot" https://forum.lescommuns.org

```

Merci @wangerin pour le début, j’ai complété avec le [SO](https://serverfault.com/questions/441584/whats-the-best-way-to-create-a-static-backup-of-a-website).

Et ensuite, vous voyez le site web comme Google, mais bon 🙂
