Skip to content

Instantly share code, notes, and snippets.

@oppara
Created October 12, 2012 13:46
Show Gist options
  • Select an option

  • Save oppara/3879269 to your computer and use it in GitHub Desktop.

Select an option

Save oppara/3879269 to your computer and use it in GitHub Desktop.
Pinboard backup
#!/bin/sh
DIR=/Users/sbrown/backups
FILE=`date +"%Y%m%d"`-pinboard-backup.json
URL=https://USERNAME:PASSWORD@api.pinboard.in/v1/posts/all?format=json
cd $DIR
wget $URL -O $FILE
@oppara
Copy link
Copy Markdown
Author

oppara commented Oct 15, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment