gemlog/public/en/create-local-website-mirror-using-wget.gmi
2025-09-11 12:43:12 +03:00

14 lines
No EOL
230 B
Text

# Create local website mirror using wget
``` bash
wget -mpEk "url"
```
## Assets
### zabytki.in.ua
``` bash
wget -mpEk --domains=pbs.twimg.com --wait=1 https://zabytki.in.ua/community/
```
* --span-hosts is not an option here!