<?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>Commentaires sur : Firebird backup script</title>
	<atom:link href="http://levosgien.net/2008/09/25/firebird-backup-script/feed/" rel="self" type="application/rss+xml" />
	<link>http://levosgien.net/2008/09/25/firebird-backup-script/</link>
	<description>Parce que la vérité n'est pas toujours bonne à dire</description>
	<lastBuildDate>Tue, 12 Jul 2011 08:00:53 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : sonson</title>
		<link>http://levosgien.net/2008/09/25/firebird-backup-script/comment-page-1/#comment-263</link>
		<dc:creator>sonson</dc:creator>
		<pubDate>Sat, 03 Jan 2009 14:39:44 +0000</pubDate>
		<guid isPermaLink="false">http://levosgien.net/?p=123#comment-263</guid>
		<description>hey...

Great job. But not enought info. Where can i read more?...</description>
		<content:encoded><![CDATA[<p>hey&#8230;</p>
<p>Great job. But not enought info. Where can i read more?...</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Anderson</title>
		<link>http://levosgien.net/2008/09/25/firebird-backup-script/comment-page-1/#comment-254</link>
		<dc:creator>Anderson</dc:creator>
		<pubDate>Mon, 29 Dec 2008 16:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://levosgien.net/?p=123#comment-254</guid>
		<description>A good mod IMHO would be to backup all databases listed on aliases.conf instead of all db on some dir.

Anyway, great script. Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>A good mod IMHO would be to backup all databases listed on aliases.conf instead of all db on some dir.</p>
<p>Anyway, great script. Thanks for sharing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Bryanne</title>
		<link>http://levosgien.net/2008/09/25/firebird-backup-script/comment-page-1/#comment-70</link>
		<dc:creator>Bryanne</dc:creator>
		<pubDate>Tue, 28 Oct 2008 23:36:45 +0000</pubDate>
		<guid isPermaLink="false">http://levosgien.net/?p=123#comment-70</guid>
		<description>Interesting to know.</description>
		<content:encoded><![CDATA[<p>Interesting to know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Firebird News &#187; Firebird backup script</title>
		<link>http://levosgien.net/2008/09/25/firebird-backup-script/comment-page-1/#comment-41</link>
		<dc:creator>Firebird News &#187; Firebird backup script</dc:creator>
		<pubDate>Mon, 29 Sep 2008 01:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://levosgien.net/?p=123#comment-41</guid>
		<description>[...] is my first released backup script for Firebird RDBMS. It automagically search for all Firebird databases from [...]</description>
		<content:encoded><![CDATA[<p>[...] is my first released backup script for Firebird RDBMS. It automagically search for all Firebird databases from [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Lou</title>
		<link>http://levosgien.net/2008/09/25/firebird-backup-script/comment-page-1/#comment-38</link>
		<dc:creator>Lou</dc:creator>
		<pubDate>Fri, 26 Sep 2008 17:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://levosgien.net/?p=123#comment-38</guid>
		<description>Cool script.  I adopted a shell script years ago that I modified to read a file of databases to backup.   I have several large DB&#039;s  about 7GB+  and recently have had an issue using tar to compress the files.  

I will give this a try and may modify it to read a list of databases to backup. If I do,  I will post a copy back here or email to you.</description>
		<content:encoded><![CDATA[<p>Cool script.  I adopted a shell script years ago that I modified to read a file of databases to backup.   I have several large DB&#8217;s  about 7GB+  and recently have had an issue using tar to compress the files.  </p>
<p>I will give this a try and may modify it to read a list of databases to backup. If I do,  I will post a copy back here or email to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Par : Donald Klopper</title>
		<link>http://levosgien.net/2008/09/25/firebird-backup-script/comment-page-1/#comment-36</link>
		<dc:creator>Donald Klopper</dc:creator>
		<pubDate>Fri, 26 Sep 2008 10:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://levosgien.net/?p=123#comment-36</guid>
		<description>I suggest that as part of your script you also attempt to do a &quot;restore&quot; (to a temporary location of course) which will &quot;close the loop&quot; on this exercise. Unfortunately, I&#039;ve experience many unrestorable FB production database backup files... and changed my own &quot;backup&quot; utilities to always attempt a restore on a backed up database and that has served me well (in the very least it gives you more peace of mind, at worst it wastes time doing the &quot;complete&quot; backup script, as best you will be warned when you still have a working database that it can&#039;t be backed up.</description>
		<content:encoded><![CDATA[<p>I suggest that as part of your script you also attempt to do a &#8220;restore&#8221; (to a temporary location of course) which will &#8220;close the loop&#8221; on this exercise. Unfortunately, I&#8217;ve experience many unrestorable FB production database backup files&#8230; and changed my own &#8220;backup&#8221; utilities to always attempt a restore on a backed up database and that has served me well (in the very least it gives you more peace of mind, at worst it wastes time doing the &#8220;complete&#8221; backup script, as best you will be warned when you still have a working database that it can&#8217;t be backed up.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
