<?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: exf command line usage</title>
	<atom:link href="http://www.exactfile.com/exf/exf-command-line-usage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.exactfile.com</link>
	<description>Making sure that what you hash is what you get.</description>
	<lastBuildDate>Sat, 10 Dec 2011 22:28:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike Smith</title>
		<link>http://www.exactfile.com/exf/exf-command-line-usage/comment-page-1/#comment-1505</link>
		<dc:creator>Mike Smith</dc:creator>
		<pubDate>Tue, 17 May 2011 19:17:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.exactfile.com/?page_id=59#comment-1505</guid>
		<description>Great tool with MD5 for validating backup files on an exrernal HD. Many thanks. BUT I only need CRC32 and cannot generate the relevant SFV checksum file. I&#039;ve tried nearly all combinations of your options -- but in vain. I simply have a folder (say, C:\My Folder) for which I want to generate a CRC32 checksum file recursively stepping through all subdirectories, then, after copying the folder with the newly created checksum to the external HD folder (say, H:\My Folder), to check the copied checksum against the copied folder files. Your example works well for -md5sum but I can&#039;t break it down into its component parts in a way that works and that I can then &#039;convert&#039; to CRC. Can you please help?</description>
		<content:encoded><![CDATA[<p>Great tool with MD5 for validating backup files on an exrernal HD. Many thanks. BUT I only need CRC32 and cannot generate the relevant SFV checksum file. I&#8217;ve tried nearly all combinations of your options &#8212; but in vain. I simply have a folder (say, C:\My Folder) for which I want to generate a CRC32 checksum file recursively stepping through all subdirectories, then, after copying the folder with the newly created checksum to the external HD folder (say, H:\My Folder), to check the copied checksum against the copied folder files. Your example works well for -md5sum but I can&#8217;t break it down into its component parts in a way that works and that I can then &#8216;convert&#8217; to CRC. Can you please help?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Buchan</title>
		<link>http://www.exactfile.com/exf/exf-command-line-usage/comment-page-1/#comment-721</link>
		<dc:creator>David Buchan</dc:creator>
		<pubDate>Wed, 01 Sep 2010 11:03:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.exactfile.com/?page_id=59#comment-721</guid>
		<description>I&#039;ve created a Windows Powershell script that recurses it&#039;s way down the directory tree creating a hash file for each individual directory. It only creates a file if there is one missing, the hash file is not the most recent in the directory, the directory has been modified or if the count of items in the hash file does not match the number of files in the directory.

Once I&#039;ve done some more testing I&#039;ll post the code publically.

In testing I&#039;ve found that the command line and app finish the file differently. The app finishes with the number of files hashed, whereas the commandline doesn&#039;t. If the command line had the number of files, checking would be better.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve created a Windows Powershell script that recurses it&#8217;s way down the directory tree creating a hash file for each individual directory. It only creates a file if there is one missing, the hash file is not the most recent in the directory, the directory has been modified or if the count of items in the hash file does not match the number of files in the directory.</p>
<p>Once I&#8217;ve done some more testing I&#8217;ll post the code publically.</p>
<p>In testing I&#8217;ve found that the command line and app finish the file differently. The app finishes with the number of files hashed, whereas the commandline doesn&#8217;t. If the command line had the number of files, checking would be better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudis</title>
		<link>http://www.exactfile.com/exf/exf-command-line-usage/comment-page-1/#comment-449</link>
		<dc:creator>rudis</dc:creator>
		<pubDate>Sun, 03 Jan 2010 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.exactfile.com/?page_id=59#comment-449</guid>
		<description>&lt;a href=&quot;#comment-448&quot; rel=&quot;nofollow&quot;&gt;@rudis&lt;/a&gt; 
Found the basic part my self! :)

(for /F &quot;usebackq delims=&quot; %i IN (`dir /s /b *Arome*.sfv`) DO @(@exf -c %~fi &#124; find /I &quot;No errors&quot;) &amp;&amp; @echo %~fi) &#124; FIND /I /V &quot;No error&quot;
This command pick out all sfv-files that are ok!
Put that in a FOR loop and you can easy move the files...</description>
		<content:encoded><![CDATA[<p><a href="#comment-448" rel="nofollow">@rudis</a><br />
Found the basic part my self! <img src='http://www.exactfile.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(for /F &#8220;usebackq delims=&#8221; %i IN (`dir /s /b *Arome*.sfv`) DO @(@exf -c %~fi | find /I &#8220;No errors&#8221;) &amp;&amp; @echo %~fi) | FIND /I /V &#8220;No error&#8221;<br />
This command pick out all sfv-files that are ok!<br />
Put that in a FOR loop and you can easy move the files&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudis</title>
		<link>http://www.exactfile.com/exf/exf-command-line-usage/comment-page-1/#comment-448</link>
		<dc:creator>rudis</dc:creator>
		<pubDate>Sun, 03 Jan 2010 14:03:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.exactfile.com/?page_id=59#comment-448</guid>
		<description>Does the exf send eny error codes?

With this command i liked it to print &quot;0&quot; if all is ok?
for /F &quot;delims=&quot; %i IN (&#039;dir /s /b **.sfv&#039;) DO @exf -c &quot;%~fi&quot; &#124; @echo %errorlevel%

Goal is to move complete/checked folders to another directory...
Great tool by the way, using this and md5deep/hashdeep</description>
		<content:encoded><![CDATA[<p>Does the exf send eny error codes?</p>
<p>With this command i liked it to print &#8220;0&#8243; if all is ok?<br />
for /F &#8220;delims=&#8221; %i IN (&#8216;dir /s /b **.sfv&#8217;) DO @exf -c &#8220;%~fi&#8221; | @echo %errorlevel%</p>
<p>Goal is to move complete/checked folders to another directory&#8230;<br />
Great tool by the way, using this and md5deep/hashdeep</p>
]]></content:encoded>
	</item>
</channel>
</rss>

