del.icio.us のブックマークをバックアップする方法はいくつかありますが、API を使って XML ファイルとして保存する方法。
やり方は、以下のアドレスにアクセスして、del.icio.us のユーザ名とパスワードを入力し、表示されたページを保存して完了。
del.icio.us API ドキュメントを見ると、特定のタグや日付で書き出したりなど、他にも色々と出来ます。
function: http://del.icio.us/api/posts/get?
&tag= filter by this tag - optional
&dt= filter by this date
returns a list of posts on a given date, filtered by tag. if no date is supplied, most recent date will be used
Comments