<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>Linux Format forums</title>
  <link>http://www.linuxformat.com/forums/index.php</link>
  <description>Help, discussion, magazine feedback and more</description>
  <language>english</language>
  <copyright>(c) Copyright Thu May 23, 2013 3:35 pm by Linux Format forums</copyright>
  <managingEditor>webmaster@linuxformat.com</managingEditor>
  <webMaster>webmaster@linuxformat.com</webMaster>
  <pubDate>Thu May 23, 2013 3:35 pm</pubDate>
  <lastBuildDate>Thu May 23, 2013 3:35 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>Linux Format forums</title>
    <url></url>
    <link>http://www.linuxformat.com/forums/</link>
    <description>Help, discussion, magazine feedback and more</description>
  </image>

                                      <item>
                                        <title>Re: Project 3 Chronojohn</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=91045#91045</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66754'&gt;sciso&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jul 19, 2010 10:52 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hey I'm stuck on Chronojohn myself but if your program is trying 2 backup the non existent /list directory  id suggest the line&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ListBackups&amp;#40;args&amp;#91;1&amp;#93;&amp;#41;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; may be &lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;ListBackups&amp;#40;args&amp;#91;0&amp;#93;&amp;#41;;&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt; in your program, that would be the hardest to spot kind of mistake for me anyway.&lt;br /&gt;
If not then gl ive got my own hair to replace</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=91045#91045</comments>
                                        <author>sciso</author>
                                        <pubDate>Mon Jul 19, 2010 10:52 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=91045#91045</guid>
                                      </item>
                                      <item>
                                        <title>Project 3 Chronojohn</title>
                                        <link>http://www.linuxformat.com/forums/viewtopic.php?p=86768#86768</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.linuxformat.com/forums/profile.php?mode=viewprofile&amp;u=66352'&gt;kurt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Mar 25, 2010 12:31 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I finished up Project three with what appears to be with no problems.  I can&lt;br /&gt;
issue  : /bin/Debug$: ./Chronojohn.exe /home/kpas/Test and back up my files.&lt;br /&gt;
&lt;br /&gt;
06:45 one.129139873560000000&lt;br /&gt;
06:59 one.129139883630000000&lt;br /&gt;
08:10 one.129139926160000000&lt;br /&gt;
06:45 three.129139873640000000&lt;br /&gt;
08:10 three.129139926050000000&lt;br /&gt;
06:45 two.129139873600000000&lt;br /&gt;
08:10 two.129139925870000000&lt;br /&gt;
&lt;br /&gt;
However, when I run: /bin/Debug$ ./Chronojohn.exe list I get the output below.&lt;br /&gt;
&lt;br /&gt;
Unhandled Exception: System.IO.DirectoryNotFoundException: Directory 'list' not found.&lt;br /&gt;
  at System.IO.Directory.GetFileSystemEntries (System.String path, System.String searchPattern, FileAttributes mask, FileAttributes attrs) [0x00000] &lt;br /&gt;
  at System.IO.Directory.GetFiles (System.String path, System.String searchPattern) [0x00000] &lt;br /&gt;
  at System.IO.Directory.GetFiles (System.String path) [0x00000] &lt;br /&gt;
  at Chronojohn.MainClass.CheckDirectory (System.String directory) [0x00000] &lt;br /&gt;
  at Chronojohn.MainClass.Main (System.String[] args) [0x00000] &lt;br /&gt;
kpas@mars:~/Projects/Chronojohn/Chronojohn/bin/Debug$ &lt;br /&gt;
&lt;br /&gt;
When I run the following command I get nothing printed to the screen.&lt;br /&gt;
&lt;br /&gt;
bin/Debug$ ./Chronojohn.exe list /home/kpas/Test&lt;br /&gt;
/bin/Debug$ &lt;br /&gt;
/bin/Debug$ ./Chronojohn.exe list /home/kpas/Test/&lt;br /&gt;
/bin/Debug$&lt;br /&gt;
&lt;br /&gt;
But I get the following output when I run ./Chronojohn &lt;br /&gt;
&lt;br /&gt;
Chronojohn: a backup tool Kurt would have been pround of.&lt;br /&gt;
&lt;br /&gt;
	add /some/directory 		Scan directory and backup changed files&lt;br /&gt;
	list /some/file 		List all backup of a given file&lt;br /&gt;
	restore /some/file &amp;lt;ver&amp;gt;	Restore file to specific version&lt;br /&gt;
&lt;br /&gt;
I compared the CD version to what I did in mono but could not find any differences.  &lt;br /&gt;
&lt;br /&gt;
Any suggestions would greatly be appreciated.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Kurt</description>
                                        <comments>http://www.linuxformat.com/forums/viewtopic.php?p=86768#86768</comments>
                                        <author>kurt</author>
                                        <pubDate>Thu Mar 25, 2010 12:31 pm</pubDate>
                                        <guid isPermaLink="true">http://www.linuxformat.com/forums/viewtopic.php?p=86768#86768</guid>
                                      </item></channel></rss>