Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created March 3, 2023 20:38
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 rtrouton/57d6b0811eefe1dedd40fa4348288312 to your computer and use it in GitHub Desktop.
Save rtrouton/57d6b0811eefe1dedd40fa4348288312 to your computer and use it in GitHub Desktop.
#!/bin/bash
backupDirectoryPath="/home/pi/derflounder_backup"
website="https://derflounder.wordpress.com"
/usr/bin/wget --show-progress --mirror --convert-links --adjust-extension --page-requisites --no-parent -P "$backupDirectoryPath" ${website}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment