Skip to content

Instantly share code, notes, and snippets.

@n8henrie
Created March 17, 2013 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save n8henrie/5182282 to your computer and use it in GitHub Desktop.
Save n8henrie/5182282 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Original post at http://n8henrie.com/2012/12/pinboard-backups-with-curl-and-launchd/
curl -k -u "[username]:[password]" "https://api.pinboard.in/v1/posts/all?format=json" -o "/Users/[username]/Dropbox/[pathToBackup]/[filename].json"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment