ウィンドウズでのdel.icio.usのバックアップの仕方

# http://curl.haxx.se/latest.cgi?curl=win32-ssl and the zipfile of the Windows 0.9.7d OpenSSL binary packages found at http://curl.haxx.se/download.html
# I copied the two dlls from the OpenSSL package into the main folder ofthe curl package.
# Then I ran
curl --user accountname:password -o myDelicious.xml -O "http://del.icio.us/api/posts/recent?count=10000"
from the DOS command line. Note double quotes. The single quotes didn't work.

http://rentzsch.com/notes/backingUpDelicious