Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Created August 8, 2009 10:56
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 HusseinMorsy/164382 to your computer and use it in GitHub Desktop.
Save HusseinMorsy/164382 to your computer and use it in GitHub Desktop.
curl -k --user username:password -o backup.xml -O 'https://api.del.icio.us/v1/posts/all'
# or with wget
# wget --no-check-certificate --user=username --password=password -Obackup.xml https://api.del.icio.us/v1/posts/all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment