<?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: svnbak.pl: perl Subversion repository backup script</title>
	<atom:link href="http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/</link>
	<description>Advanced Application Development</description>
	<lastBuildDate>Tue, 20 Jul 2010 03:19:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tim White</title>
		<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/comment-page-1/#comment-212</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Tue, 20 Jul 2010 03:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/blog/?p=167#comment-212</guid>
		<description>@Leap - incremental backup isn&#039;t implemented.  Admittedly, that would be a nice feature (I believe &quot;svnadmin dump&quot; even has an incremental flag).</description>
		<content:encoded><![CDATA[<p>@Leap - incremental backup isn't implemented.  Admittedly, that would be a nice feature (I believe "svnadmin dump" even has an incremental flag).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leap</title>
		<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/comment-page-1/#comment-211</link>
		<dc:creator>Leap</dc:creator>
		<pubDate>Tue, 20 Jul 2010 03:04:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/blog/?p=167#comment-211</guid>
		<description>How about incremental backup? 
Thanks</description>
		<content:encoded><![CDATA[<p>How about incremental backup?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim White</title>
		<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/comment-page-1/#comment-210</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Thu, 08 Jul 2010 14:00:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/blog/?p=167#comment-210</guid>
		<description>@Leap I typically use Postfix.  Check out: http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/</description>
		<content:encoded><![CDATA[<p>@Leap I typically use Postfix.  Check out: <a href="http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/" rel="nofollow">http://www.zulius.com/how-to/set-up-postfix-with-a-remote-smtp-relay-host/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea</title>
		<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/comment-page-1/#comment-209</link>
		<dc:creator>Lea</dc:creator>
		<pubDate>Thu, 08 Jul 2010 09:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/blog/?p=167#comment-209</guid>
		<description>It is working for the scp to remote server. thanks so much. 
But the email is not working. do you have any detail instruction to configure email. 

Thanks again</description>
		<content:encoded><![CDATA[<p>It is working for the scp to remote server. thanks so much.<br />
But the email is not working. do you have any detail instruction to configure email. </p>
<p>Thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim White</title>
		<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/comment-page-1/#comment-208</link>
		<dc:creator>Tim White</dc:creator>
		<pubDate>Wed, 07 Jul 2010 13:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/blog/?p=167#comment-208</guid>
		<description>@Leap-
&lt;p&gt;
Sure an SCP command could easily be added to this script.  If I were you, I&#039;d add it to the &quot;if gzip successful&quot; code block at Line 344 (v0.0.7).
&lt;/p&gt;
&lt;p style=&quot;margin-top: 10px&quot;&gt;
Since SCP uses SSH, another option would be to mount the remote filesystem using SSHFS (ie: /mnt/remoteserver).  Once mounted, just set the &quot;destDir&quot; config option to the directory on the remote server (ie /mnt/remoteserver/path/to/destination/directory).
&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>@Leap-</p>
<p>
Sure an SCP command could easily be added to this script.  If I were you, I'd add it to the "if gzip successful" code block at Line 344 (v0.0.7).
</p>
<p style="margin-top: 10px">
Since SCP uses SSH, another option would be to mount the remote filesystem using SSHFS (ie: /mnt/remoteserver).  Once mounted, just set the "destDir" config option to the directory on the remote server (ie /mnt/remoteserver/path/to/destination/directory).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leap</title>
		<link>http://www.zulius.com/freebies/perl-script-backup-subversion-repositories/comment-page-1/#comment-206</link>
		<dc:creator>Leap</dc:creator>
		<pubDate>Wed, 07 Jul 2010 04:48:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.zulius.com/blog/?p=167#comment-206</guid>
		<description>It is working. thanks for the script.
But i am also looking for a way to backup (scp) to remote server for offside. is there anyway we can add to the script?

Thanks</description>
		<content:encoded><![CDATA[<p>It is working. thanks for the script.<br />
But i am also looking for a way to backup (scp) to remote server for offside. is there anyway we can add to the script?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
