Skip to content

Instantly share code, notes, and snippets.

@rchrd2
Created October 20, 2019 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rchrd2/0e1a97bbd5b45558f40fb2ba0d94329f to your computer and use it in GitHub Desktop.
Save rchrd2/0e1a97bbd5b45558f40fb2ba0d94329f to your computer and use it in GitHub Desktop.
wget example to download the decentralizedweb.net website
#!/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