<?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: Simple FTP Backup Script 0.9b Released</title> <atom:link href="http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/feed" rel="self" type="application/rss+xml" /><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html</link> <description>Web Hosting Reviews &#38; Coupons</description> <lastBuildDate>Wed, 08 Feb 2012 22:00:45 +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: Ed</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-11004</link> <dc:creator>Ed</dc:creator> <pubDate>Wed, 29 Sep 2010 15:01:23 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-11004</guid> <description>Thanks Sebastian.Assume you mean on line 19: ($a,$d,$d,$day,$month++,$yearoffset,$r,$u,$o) = localtime();Adding that gives this output: Can&#039;t modify postincrement (++) in list assignment at cpanbu.pl line 19, near &quot;);&quot; Execution of cpanbu.pl aborted due to compilation errors.</description> <content:encoded><![CDATA[<p>Thanks Sebastian.</p><p>Assume you mean on line 19:<br /> ($a,$d,$d,$day,$month++,$yearoffset,$r,$u,$o) = localtime();</p><p>Adding that gives this output:<br /> Can&#8217;t modify postincrement (++) in list assignment at cpanbu.pl line 19, near &#8220;);&#8221;<br /> Execution of cpanbu.pl aborted due to compilation errors.</p> ]]></content:encoded> </item> <item><title>By: Sebastian</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-11002</link> <dc:creator>Sebastian</dc:creator> <pubDate>Wed, 29 Sep 2010 05:53:57 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-11002</guid> <description>yes$month++;Greetings, Sebastian.</description> <content:encoded><![CDATA[<p>yes</p><p>$month++;</p><p>Greetings,<br /> Sebastian.</p> ]]></content:encoded> </item> <item><title>By: Ed</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10887</link> <dc:creator>Ed</dc:creator> <pubDate>Sun, 05 Sep 2010 23:38:31 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10887</guid> <description>Is there a simple way to have the script convert from an 0-11 month time stamp to 1-12?Thank you.</description> <content:encoded><![CDATA[<p>Is there a simple way to have the script convert from an 0-11 month time stamp to 1-12?</p><p>Thank you.</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10807</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Mon, 09 Aug 2010 17:34:40 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10807</guid> <description>At this point, you have 3 options:1) use a master MySQL account that has access to all db&#039;s 2) modify the script to include an array of databases and iterate through it 3) make multiple copies of this script, one for each db instance (this is not very elegant though)But I&#039;ll keep that as a suggestion for a future release of the script.</description> <content:encoded><![CDATA[<p>At this point, you have 3 options:</p><p>1) use a master MySQL account that has access to all db&#8217;s<br /> 2) modify the script to include an array of databases and iterate through it<br /> 3) make multiple copies of this script, one for each db instance (this is not very elegant though)</p><p>But I&#8217;ll keep that as a suggestion for a future release of the script.</p> ]]></content:encoded> </item> <item><title>By: Tim</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10806</link> <dc:creator>Tim</dc:creator> <pubDate>Fri, 06 Aug 2010 16:12:51 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10806</guid> <description>Hi,I have multiple mysql db&#039;s with different usernames and passwords for each (this is how the host company does it)How can I get the script to accommodate this as it looks like yours will only accept a global u/n &amp; p/w?Thanks</description> <content:encoded><![CDATA[<p>Hi,</p><p>I have multiple mysql db&#8217;s with different usernames and passwords for each (this is how the host company does it)</p><p>How can I get the script to accommodate this as it looks like yours will only accept a global u/n &amp; p/w?</p><p>Thanks</p> ]]></content:encoded> </item> <item><title>By: Marc J</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10684</link> <dc:creator>Marc J</dc:creator> <pubDate>Sat, 19 Jun 2010 06:29:56 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10684</guid> <description>Occassionally the FTP connect / login / upload fails (problem at the receiving end, not the script) and when this happens the backup file is left on the server (even if $delete_backup = 1).As these backups are quite large it only takes a few failures in a row to hit the account disk quota. Is there any way of deleting the local backup file on error as well?</description> <content:encoded><![CDATA[<p>Occassionally the FTP connect / login / upload fails (problem at the receiving end, not the script) and when this happens the backup file is left on the server (even if $delete_backup = 1).</p><p>As these backups are quite large it only takes a few failures in a row to hit the account disk quota. Is there any way of deleting the local backup file on error as well?</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10682</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Fri, 18 Jun 2010 13:48:14 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10682</guid> <description>@dennis: of course, I am referring to the 2 backup files.</description> <content:encoded><![CDATA[<p>@dennis: of course, I am referring to the 2 backup files.</p> ]]></content:encoded> </item> <item><title>By: The Web Hosting Hero</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10681</link> <dc:creator>The Web Hosting Hero</dc:creator> <pubDate>Fri, 18 Jun 2010 13:47:52 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10681</guid> <description>@dennis: What are the file names and in which directory are they?</description> <content:encoded><![CDATA[<p>@dennis: What are the file names and in which directory are they?</p> ]]></content:encoded> </item> <item><title>By: dennis</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10677</link> <dc:creator>dennis</dc:creator> <pubDate>Fri, 18 Jun 2010 09:46:02 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10677</guid> <description>goodmorning,when i edit the $directory to backup with the string /home/[user]/domains/[domainname]/public_html  (which contains 47 MB), i still get two backup files from 980 MB. why is this?Greetings, Dennis, The Netherlands</description> <content:encoded><![CDATA[<p>goodmorning,</p><p>when i edit the $directory to backup with the string /home/[user]/domains/[domainname]/public_html  (which contains 47 MB), i still get two backup files from 980 MB. why is this?</p><p>Greetings, Dennis, The Netherlands</p> ]]></content:encoded> </item> <item><title>By: MaxEmil</title><link>http://www.thewebhostinghero.com/articles/simple-ftp-backup-script-0-9b-released.html/comment-page-1#comment-10442</link> <dc:creator>MaxEmil</dc:creator> <pubDate>Wed, 06 Jan 2010 17:43:07 +0000</pubDate> <guid isPermaLink="false">http://www.thewebhostinghero.com/?p=7568#comment-10442</guid> <description>Great script, thanks!An easy googlesearch for &quot;tar exclude&quot; gives an answer http://answers.google.com/answers/threadview/id/739467.html for how to exclude several directories. By defining several --exclude or by using an exclude file.BR\ME</description> <content:encoded><![CDATA[<p>Great script, thanks!</p><p>An easy googlesearch for &#8220;tar exclude&#8221; gives an answer<br /> <a href="http://answers.google.com/answers/threadview/id/739467.html" rel="nofollow">http://answers.google.com/answers/threadview/id/739467.html</a> for how to exclude several directories.<br /> By defining several &#8211;exclude<br /> or by using an exclude file.</p><p>BR\ME</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 xcache
Database Caching 6/23 queries in 0.010 seconds using xcache
Object Caching 518/526 objects using xcache
Content Delivery Network via netdna.thewebhostinghero.com

Served from: www.thewebhostinghero.com @ 2012-02-12 09:17:49 -->
