Skip to content

Instantly share code, notes, and snippets.

@jaydonnell
Forked from jashmenn/backup-delicious.sh
Created December 3, 2009 23:28
Show Gist options
  • Save jaydonnell/248669 to your computer and use it in GitHub Desktop.
Save jaydonnell/248669 to your computer and use it in GitHub Desktop.
#!/bin/bash
# backup your delicious bookmarks
curl -k --user `cat password.txt` -o backup.xml -O 'https://api.del.icio.us/v1/posts/all'
username:password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment