Created
October 20, 2019 02:08
-
-
Save rchrd2/0e1a97bbd5b45558f40fb2ba0d94329f to your computer and use it in GitHub Desktop.
wget example to download the decentralizedweb.net website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget --no-verbose --mirror --convert-links --directory-prefix=dwebsummit-download --no-host-directories https://decentralizedweb.net | |
rsync -vv --recursive --links --perms --checksum --ignore-times --exclude={.dat,dat.json} dwebsummit-download/ dwebsummit-dat/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment