10

Tip #843   Backup delicious bookmarks

Use this command to backup your del.icio.us bookmarks from the commandline with curl.

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