mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-25 09:36:31 -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
|
date: 2019-08-02T22:42:16-04:00
|
||||||
draft: false
|
draft: false
|
||||||
tags: [ "Archive" ]
|
tags: [ "Archive" ]
|
||||||
|
@ -18,8 +18,8 @@ And ultimately after consulting these resources I've came to the following comma
|
||||||
wget --mirror \
|
wget --mirror \
|
||||||
--convert-links \
|
--convert-links \
|
||||||
--adjust-extension \
|
--adjust-extension \
|
||||||
--no-clobber \
|
|
||||||
--page-requisites \
|
--page-requisites \
|
||||||
|
--no-verbose \
|
||||||
https://url/of/web/site
|
https://url/of/web/site
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue