//View Tip #843
» Twitter from the terminal
» Debian device driver check and report
» Command line currency conversion
» Stream shell commands to Twitter
Similar Tips
» Random xkcd comic» Twitter from the terminal
» Debian device driver check and report
» Command line currency conversion
» Stream shell commands to Twitter
Latest tips by RSS
Click here to subscribe
Follow Shell-Fu on Twitter
Click here to follow
Follow Shell-Fu on identi.ca
Click here to follow
Use this command to backup your del.icio.us bookmarks from the commandline with curl.
Or, using wget
curl -u username -o bookmarks.xml https://api.del.icio.us/v1/posts/all
Or, using wget
wget --user=username --password=password https://api.del.icio.us/v1/posts/all -O bookmarks.xml
Comments
Add your comment
Hi, I have made a similar article, based on yours, for Windows users.
Check http://luislobo.com.ar/2009/06 … mand-line/
Check http://luislobo.com.ar/2009/06 … mand-line/
Posted 2009-06-21 21:41:47
i believe you are a good writer, but have you erver thought to write some special artcals for peopel who likes shopping very much.
Posted 2010-07-15 22:52:42


I found when I tried this an issue with a certificate meant that I had to use the -k (insecure) option also. Possibly just a temporary problem.
Useful tip. Thanks for sharing. Always nice to have a backup of your bookmarks you spent ages compiling.