Hacker News new | ask | show | jobs
by alexpotato 1560 days ago
Been a LONG time happy user of Pinboard.

I was looking to make automated backups of my bookmarks (not the archive) and I realized that the below (with your own values for the cookies) is a quick and easy way to pull down a json of all of your entries:

   curl --cookie "s_fid=; auth=; secauth=; login=alexpotato" https://pinboard.in/export/format:json/ -o pinboard.$(date -I).json
1 comments

Here's the backup page with more formats for reference for anyone else curious:

https://pinboard.in/settings/backup