<?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: Website Backup Script: MySQL dumps and SSH supported.</title> <atom:link href="http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/feed/" rel="self" type="application/rss+xml" /><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/</link> <description>Free software engineer &#38; wannabe videomaker</description> <lastBuildDate>Sun, 29 Jan 2012 13:35:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Duc</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-7498</link> <dc:creator>Duc</dc:creator> <pubDate>Sun, 14 Nov 2010 00:16:46 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-7498</guid> <description>I just stumbled upon your script while searching for a backup of my files. I&#039;ve tested the &#039;FTP&#039; backup but am having some issue. The cronjob report has some errors which I do not know the answer to. Can someone interrupt it? Thanks. [code lang=&quot;shell&quot;] INFO - lftp output: open: ftpes.xxxx.com: Name or service not known mirror: Not connected INFO - rdiff-backup output: Warning: could not determine case sensitivity of source directory at /backups/websites/mirror because we can&#039;t find any files with letters in them. It will be treated as case sensitive. [/code]</description> <content:encoded><![CDATA[<p>I just stumbled upon your script while searching for a backup of my files. I&#8217;ve tested the &#8216;FTP&#8217; backup but am having some issue. The cronjob report has some errors which I do not know the answer to. Can someone interrupt it? Thanks.</p><pre class="brush: bash; title: ; notranslate">
INFO - lftp output:
        open: ftpes.xxxx.com: Name or service not known
        mirror: Not connected
INFO - rdiff-backup output:
        Warning: could not determine case sensitivity of source directory at
          /backups/websites/mirror
        because we can't find any files with letters in them.
        It will be treated as case sensitive.
</pre>]]></content:encoded> </item> <item><title>By: Mike</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-4653</link> <dc:creator>Mike</dc:creator> <pubDate>Sat, 22 Nov 2008 07:42:47 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-4653</guid> <description>I use an old release of your script, with my site that has some symlinks that point to home directory, the script seems to go in loop so I added the &lt;code&gt;--no-symlinks&lt;/code&gt; option. Wouldn&#039;t it be better to have this option by default? Anyway I&#039;m going to try a newer version to check if somehing changed. Thanks a lot the script is very useful :)</description> <content:encoded><![CDATA[<p>I use an old release of your script, with my site that has some symlinks that point to home directory, the script seems to go in loop so I added the <code>--no-symlinks</code> option. Wouldn&#8217;t it be better to have this option by default?<br /> Anyway I&#8217;m going to try a newer version to check if somehing changed.<br /> Thanks a lot the script is very useful <img src='http://kevin.deldycke.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Website Backup Script: bug fix release at Coolkevmen</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-3798</link> <dc:creator>Website Backup Script: bug fix release at Coolkevmen</dc:creator> <pubDate>Sun, 25 May 2008 23:38:48 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-3798</guid> <description>[...] 14 months after the last release, here is a new version of my website backup script. As you can see in the changelog, this version is essentially released to fix some bugs. [...]</description> <content:encoded><![CDATA[<p>[...] 14 months after the last release, here is a new version of my website backup script. As you can see in the changelog, this version is essentially released to fix some bugs. [...]</p> ]]></content:encoded> </item> <item><title>By: mykey</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-3466</link> <dc:creator>mykey</dc:creator> <pubDate>Mon, 17 Mar 2008 12:18:25 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-3466</guid> <description>hiI really like this script - or rather - the features it is supposed to deliver. I am running sshd on a non standard port and try to use the passwordless login variant - it works well dumping the databases just using &lt;code&gt;&#039;xxx.xxx.xxx.xxx -p 22222&#039;&lt;/code&gt; for the host address, but when I try the same thing backing up my htdocs directory, rsync fails with the following error: [code lang=&quot;shell&quot;] INFO - rsync output: building file list ... rsync: link_stat &quot;/root/mykey@xxx.xxx.xxx.xxx&quot; failed: No such file or directory (2) rsync: link_stat &quot;/root/22222:/var/www/htdocs&quot; failed: No such file or directory (2) 0 files to consider [/code]If you can supply a hint on how to avoid that I would be very pleased - please email me if you can see a solution. Thanks anyway for the nice script.</description> <content:encoded><![CDATA[<p>hi</p><p>I really like this script &#8211; or rather &#8211; the features it is supposed to deliver. I am running sshd on a non standard port and try to use the passwordless login variant &#8211; it works well dumping the databases just using <code>'xxx.xxx.xxx.xxx -p 22222'</code> for the host address, but when I try the same thing backing up my htdocs directory, rsync fails with the following error:</p><pre class="brush: bash; title: ; notranslate">
 INFO - rsync output:
        building file list ...
        rsync: link_stat "/root/mykey@xxx.xxx.xxx.xxx" failed: No such file or directory (2)
        rsync: link_stat "/root/22222:/var/www/htdocs" failed: No such file or directory (2)
        0 files to consider
</pre><p>If you can supply a hint on how to avoid that I would be very pleased &#8211; please email me if you can see a solution.<br /> Thanks anyway for the nice script.</p> ]]></content:encoded> </item> <item><title>By: dan</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-3287</link> <dc:creator>dan</dc:creator> <pubDate>Thu, 03 Jan 2008 15:13:25 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-3287</guid> <description>Whenever I try the mysql+ssh method, I keep getting prompted for the password.  I looked at the code, and it looks like it is missing the function to send the password for this method (file backup over SSH works fine).  Is this expected behavior, or am I doing something wrong?</description> <content:encoded><![CDATA[<p>Whenever I try the mysql+ssh method, I keep getting prompted for the password.  I looked at the code, and it looks like it is missing the function to send the password for this method (file backup over SSH works fine).  Is this expected behavior, or am I doing something wrong?</p> ]]></content:encoded> </item> <item><title>By: kev</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-3108</link> <dc:creator>kev</dc:creator> <pubDate>Fri, 17 Aug 2007 20:22:48 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-3108</guid> <description>&lt;blockquote&gt;It would be nice to have the configurations on an external file or pulled from a database.&lt;/blockquote&gt;Thanks Matthew for this suggestion !I will consider to add this feature for the next release.But currently I&#039;m not focused on this script, so don&#039;t expect to have a new release any time soon. Please keep an eye on this blog via the &lt;a href=&quot;http://kevin.deldycke.com/feed/&quot; rel=&quot;nofollow&quot;&gt;RSS feed&lt;/a&gt; to be informed about new updates !</description> <content:encoded><![CDATA[<blockquote><p>It would be nice to have the configurations on an external file or pulled from a database.</p></blockquote><p>Thanks Matthew for this suggestion !</p><p>I will consider to add this feature for the next release.</p><p>But currently I&#8217;m not focused on this script, so don&#8217;t expect to have a new release any time soon. Please keep an eye on this blog via the <a href="http://kevin.deldycke.com/feed/" rel="nofollow">RSS feed</a> to be informed about new updates !</p> ]]></content:encoded> </item> <item><title>By: Matthew</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-3091</link> <dc:creator>Matthew</dc:creator> <pubDate>Fri, 10 Aug 2007 15:33:52 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-3091</guid> <description>Very Very Very nice piece of code.. Thank you.I have a feature request. I want to use your script to backup a couple dozen sites. It would be nice to have the configurations on an external file or pulled from a database. I hate to modify the main scripts when i add a new site. Perhaps a different config file per site.</description> <content:encoded><![CDATA[<p>Very Very Very nice piece of code.. Thank you.</p><p>I have a feature request. I want to use your script to backup a couple dozen sites. It would be nice to have the configurations on an external file or pulled from a database. I hate to modify the main scripts when i add a new site. Perhaps a different config file per site.</p> ]]></content:encoded> </item> <item><title>By: kev</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-2684</link> <dc:creator>kev</dc:creator> <pubDate>Sun, 15 Apr 2007 11:54:12 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-2684</guid> <description>&lt;blockquote&gt;Do you know the program duplicity?&lt;/blockquote&gt;Hi Daniel. Yes, I know &lt;a href=&quot;http://duplicity.nongnu.org/&quot; rel=&quot;nofollow&quot;&gt;duplicity&lt;/a&gt;: it was created by the same author as &lt;code&gt;rdiff-backup&lt;/code&gt;. Currently I don&#039;t need it because all my backups are saved on machines within a LAN protected by a firewall. My backup server can&#039;t be reached by Internet so I don&#039;t need an extra level of security (read complexity).</description> <content:encoded><![CDATA[<blockquote><p>Do you know the program duplicity?</p></blockquote><p>Hi Daniel. Yes, I know <a href="http://duplicity.nongnu.org/" rel="nofollow">duplicity</a>: it was created by the same author as <code>rdiff-backup</code>. Currently I don&#8217;t need it because all my backups are saved on machines within a LAN protected by a firewall. My backup server can&#8217;t be reached by Internet so I don&#8217;t need an extra level of security (read complexity).</p> ]]></content:encoded> </item> <item><title>By: Daniel</title><link>http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/comment-page-1/#comment-2681</link> <dc:creator>Daniel</dc:creator> <pubDate>Sat, 14 Apr 2007 21:36:06 +0000</pubDate> <guid isPermaLink="false">http://kevin.deldycke.com/2007/03/website-backup-script-mysql-dumps-and-ssh-supported/#comment-2681</guid> <description>Do you know the program duplicity? With duplicity you can save your data encrypted. I use this when I want to save my data on a ftp-server.</description> <content:encoded><![CDATA[<p>Do you know the program duplicity?<br /> With duplicity you can save your data encrypted. I use this when I want to save my data on a ftp-server.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/16 queries in 0.007 seconds using apc
Object Caching 587/588 objects using apc

Served from: kevin.deldycke.com @ 2012-02-08 23:53:22 -->
