Skip to content

Instantly share code, notes, and snippets.

@fairchild
Forked from jashmenn/backup-delicious.sh
Created December 3, 2009 02:46
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 fairchild/247840 to your computer and use it in GitHub Desktop.
Save fairchild/247840 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