-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmirror.sh
13 lines (10 loc) · 895 Bytes
/
mirror.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash
# https://gist.github.com/aerickson/37d911e61731a32a04d2ed6cbe9d5378
# https://stackoverflow.com/a/31746893
# https://stackoverflow.com/a/70381069
#
# --wait sets a general amount of time, in seconds; --random-wait varies from
# that baseline between 0.5 and 1.5 seconds.
set -e
wget --recursive --level=inf --trust-server-names --page-requisites --convert-links --adjust-extension --continue --wait=3 --random-wait --execute robots=off --span-hosts --domains=multietch.com,squarespace-cdn.com,static1.squarespace.com,assets.squarespace.com https://www.multietch.com
wget --recursive --level=inf --no-parent --trust-server-names --page-requisites --convert-links --adjust-extension --continue --wait=4 --random-wait --execute robots=off --span-hosts --domains=multietch.com,squarespace-cdn.com,static1.squarespace.com,assets.squarespace.com https://www.multietch.com/blog