<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Richard Sprague WebLog : Tips</title><link>http://blogs.msdn.com/sprague/archive/tags/Tips/default.aspx</link><description>Tags: Tips</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Save hard drive space with Mklink</title><link>http://blogs.msdn.com/sprague/archive/2009/01/03/save-hard-drive-space-with-mklink.aspx</link><pubDate>Sun, 04 Jan 2009 00:41:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9270653</guid><dc:creator>sprague</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/sprague/comments/9270653.aspx</comments><wfw:commentRss>http://blogs.msdn.com/sprague/commentrss.aspx?PostID=9270653</wfw:commentRss><wfw:comment>http://blogs.msdn.com/sprague/rsscomments.aspx?PostID=9270653</wfw:comment><description>&lt;p&gt;There’s no shortage of disk space in my house, but only a small amount really needs to be backed up.&amp;#160; The music and photos --&amp;#160; yes of course you want that backed up, but why waste gigabytes on a database that can just be recreated later anyway.&lt;/p&gt;  &lt;p&gt;I keep my most important stuff on a 50GB RAID 1 (mirroring) partition that I regularly back up using the Vista incremental backup feature.&amp;#160; But lately that drive is getting too full, so I need to remove something. One thing that can go is my Picasa database of photos, since I have my photos on Live Photo Gallery already and this is just for playing around.&amp;#160; But the software won’t apparently let me specify an alternate location for the database, which must always be on the main drive. So here’s what I did:&lt;/p&gt;  &lt;p&gt;First I copied the multi-gigabyte Picasa database file (called ‘db3’) to another drive.&amp;#160; Then I deleted it on the main drive.&amp;#160; Then I did this:&lt;/p&gt; &lt;code&gt;mklink /d db3 “d:\spare\photos\db3”&lt;/code&gt;   &lt;p&gt;Now Picasa still thinks the files are right where they always are, but when it tries to get them, the Vista file system redirects everything to the other directory.&amp;#160; Nice!&lt;/p&gt;  &lt;p&gt;I bet the same would work for another huge file on my drive: an IMAP email store that is already backed up in the sky and doesn’t need backing up.&amp;#160; Outlook 2007 won’t let you change the location of an IMAP store, but maybe mklink would do the trick. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9270653" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/sprague/archive/tags/Cool/default.aspx">Cool</category><category domain="http://blogs.msdn.com/sprague/archive/tags/Tips/default.aspx">Tips</category></item></channel></rss>