<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Compress your Photoshop Elements Catalog</title>
	<atom:link href="http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/</link>
	<description>The web site of Jesse Collicott</description>
	<lastBuildDate>Thu, 28 Jul 2011 02:16:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Andrew B</title>
		<link>http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/comment-page-1/#comment-6664</link>
		<dc:creator>Andrew B</dc:creator>
		<pubDate>Tue, 19 Aug 2008 10:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/#comment-6664</guid>
		<description>Thanks for the tip on compressing. My 161MB file is now just 9MB!! Means I can store my photos on the network without crashing Photoshop.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip on compressing. My 161MB file is now just 9MB!! Means I can store my photos on the network without crashing Photoshop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam B</title>
		<link>http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/comment-page-1/#comment-6654</link>
		<dc:creator>Adam B</dc:creator>
		<pubDate>Wed, 25 Jun 2008 20:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/#comment-6654</guid>
		<description>Your post set me off in the right direction but I couldn&#039;t make your &quot;hold down control and click&quot; technique work. Fortunately I found the same item listed in the Organizer menu under
File &#124; Catalog ... &#124; Recover ...

I didn&#039;t need any recovery, but this process compresses the catalogue. I had initially been searching for something to fix a noticeable performance decrease after I had tagged several hundred of my 6,000 photos. This technique reduced the size of my catalog from 400MB to 20MB! The organizer now works smoothly again.

Now I&#039;m investigating rsync and duplicity ... 

Thanks for your help!</description>
		<content:encoded><![CDATA[<p>Your post set me off in the right direction but I couldn&#8217;t make your &#8220;hold down control and click&#8221; technique work. Fortunately I found the same item listed in the Organizer menu under<br />
File | Catalog &#8230; | Recover &#8230;</p>
<p>I didn&#8217;t need any recovery, but this process compresses the catalogue. I had initially been searching for something to fix a noticeable performance decrease after I had tagged several hundred of my 6,000 photos. This technique reduced the size of my catalog from 400MB to 20MB! The organizer now works smoothly again.</p>
<p>Now I&#8217;m investigating rsync and duplicity &#8230; </p>
<p>Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jess</title>
		<link>http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/comment-page-1/#comment-6253</link>
		<dc:creator>jess</dc:creator>
		<pubDate>Tue, 02 Oct 2007 15:25:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/#comment-6253</guid>
		<description>I think I&#039;ve read about duplicity, but I haven&#039;t used it.

To back stuff up to rsync.net, I have installed the Windows rsync client called cwrsync. It&#039;s worked great for me on both XP and Vista.

You can find the installer on SourceForge:
http://sourceforge.net/project/showfiles.php?group_id=69227&amp;package_id=68081

I then set up a bat file (based on the example included in the install) that will sync certain files and directories with my rsync.net account. I also set up a trusted key on the rsync.net server so I don&#039;t need to log in when I run the .bat file. In theory, I could schedule a process to run the backup, but I still do it manually at the moment. I don&#039;t want to risk overwriting a good image with a bad image.

Here are the instructions from rsync.net to set up the client the way I have it:

http://www.rsync.net/resources/howto/windows_rsync.html

Rsync is great because it will compare a file and send only the changed bits, not upload the whole file again. This saves time and bandwidth. For example, I have an encrypted TrueCrypt volume I sync, and instead of uploading the volume every time, rsync will only update the bits of the file that are different. Pretty nice.</description>
		<content:encoded><![CDATA[<p>I think I&#8217;ve read about duplicity, but I haven&#8217;t used it.</p>
<p>To back stuff up to rsync.net, I have installed the Windows rsync client called cwrsync. It&#8217;s worked great for me on both XP and Vista.</p>
<p>You can find the installer on SourceForge:<br />
<a href="http://sourceforge.net/project/showfiles.php?group_id=69227&#038;package_id=68081" rel="nofollow">http://sourceforge.net/project/showfiles.php?group_id=69227&#038;package_id=68081</a></p>
<p>I then set up a bat file (based on the example included in the install) that will sync certain files and directories with my rsync.net account. I also set up a trusted key on the rsync.net server so I don&#8217;t need to log in when I run the .bat file. In theory, I could schedule a process to run the backup, but I still do it manually at the moment. I don&#8217;t want to risk overwriting a good image with a bad image.</p>
<p>Here are the instructions from rsync.net to set up the client the way I have it:</p>
<p><a href="http://www.rsync.net/resources/howto/windows_rsync.html" rel="nofollow">http://www.rsync.net/resources/howto/windows_rsync.html</a></p>
<p>Rsync is great because it will compare a file and send only the changed bits, not upload the whole file again. This saves time and bandwidth. For example, I have an encrypted TrueCrypt volume I sync, and instead of uploading the volume every time, rsync will only update the bits of the file that are different. Pretty nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kyle Dyer</title>
		<link>http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/comment-page-1/#comment-6252</link>
		<dc:creator>Kyle Dyer</dc:creator>
		<pubDate>Tue, 02 Oct 2007 14:17:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.collicott.net/jess/2007/10/01/compress-your-photoshop-elements-catalog/#comment-6252</guid>
		<description>Thanks for the off site backup link.  I&#039;m going to dig into that tonight.  Do you use duplicity on windows XP?</description>
		<content:encoded><![CDATA[<p>Thanks for the off site backup link.  I&#8217;m going to dig into that tonight.  Do you use duplicity on windows XP?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

