<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Luis Lobo Borobia &#187; wget delicious backup</title>
	<atom:link href="http://www.luislobo.com.ar/tag/wget-delicious-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luislobo.com.ar</link>
	<description>Software Development, Tech, Life</description>
	<lastBuildDate>Thu, 21 Apr 2011 01:45:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Backup Delicious from command line</title>
		<link>http://www.luislobo.com.ar/2009/06/21/backup-delicious-from-command-line/</link>
		<comments>http://www.luislobo.com.ar/2009/06/21/backup-delicious-from-command-line/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 21:36:45 +0000</pubDate>
		<dc:creator>luislobo</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[wget delicious backup]]></category>

		<guid isPermaLink="false">http://luislobo.com.ar/2009/06/21/backup-delicious-from-command-line/</guid>
		<description><![CDATA[How to backup your Delicious Account]]></description>
			<content:encoded><![CDATA[<p>This time, I&#8217;m going to take an idea from a twitter post from Pablo Corral (<a href="http://twitter.com/pablocorral" target="_blank">@pablocorral</a>) about how to backup a Delicious account, taken from &#8220;<a href="http://www.shell-fu.org/lister.php?id=843">http://www.shell-fu.org/lister.php?id=843</a>&#8220;.<br />
Since in Windows we don&#8217;t have wget, the first step is to download a wget utility for Windows. There are some of them out there, but the one we need, has to support https, so I went to http://users.ugent.be/~bpuype/wget/ and downloaded it from there.</p>
<p>Once you download it, put it on some folder, for instance, your Windows main folder.</p>
<p>Next, you have to issue this command from a Command line:</p>
<p>wget &#8220;https://api.del.icio.us/v1/posts/all&#8221; &#8211;http-user=your_delicious_user<br />
&#8211;http-passwd=your_delicious_password &#8211;no-check-certificate -O my_delicious_backup.xml</p>
<p>Thats it. Keep in mind that -O parameter is Capital letter O.</p>
<p>Hopefully, it helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.luislobo.com.ar/2009/06/21/backup-delicious-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

