Skip to content

Instantly share code, notes, and snippets.

@WardCunningham
Created March 22, 2015 23:17
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 WardCunningham/8212f70c5c09643f2ce1 to your computer and use it in GitHub Desktop.
Save WardCunningham/8212f70c5c09643f2ce1 to your computer and use it in GitHub Desktop.
rotating backup of federated wiki site
# save a daily backup with a retention of one week
# usage: sh mkbackup.sh forage.ward.fed.wiki.org
site=$1
day=`date +%a`
curl -s http://$site/system/export.json \
> backups/$site.$day.export.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment