mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Minor edits to flags
This commit is contained in:
parent
664be12955
commit
76e3c51d8a
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "Archiving Sites"
|
||||
title: "Mirroring or Archiving an Entire Website"
|
||||
date: 2019-08-02T22:42:16-04:00
|
||||
draft: false
|
||||
tags: [ "Archive" ]
|
||||
|
@ -18,8 +18,8 @@ And ultimately after consulting these resources I've came to the following comma
|
|||
wget --mirror \
|
||||
--convert-links \
|
||||
--adjust-extension \
|
||||
--no-clobber \
|
||||
--page-requisites \
|
||||
--no-verbose \
|
||||
https://url/of/web/site
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue