<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Automate Your Web Site Backup!</title> <atom:link href="http://ubuntulinuxhelp.com/automate-your-web-site-backup/feed/" rel="self" type="application/rss+xml" /><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/</link> <description>Resources, help, how to&#039;s and tutorials for Ubuntu Linux users!</description> <lastBuildDate>Thu, 02 Sep 2010 20:01:07 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <item><title>By: UbuntuLinuxHelp</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1971</link> <dc:creator>UbuntuLinuxHelp</dc:creator> <pubDate>Wed, 14 Jan 2009 20:54:44 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1971</guid> <description>@Yvette - Probably yes, but maybe the files will be too large for email? For web hosting clients, you can try here: http://www.dagondesign.com/articles/automatic-mysql-backup-script/ or here http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/ or even here: http://jussi.ruokomaki.fi/tech/62/automatic-cpanel-backup-via-curlcron-v11/ I think these links will help you with the emailing part.</description> <content:encoded><![CDATA[<p>@Yvette &#8211; Probably yes, but maybe the files will be too large for email? For web hosting clients, you can try here: <a
href="http://www.dagondesign.com/articles/automatic-mysql-backup-script/"  rel="nofollow">http://www.dagondesign.com/art.....up-script/</a> or here <a
href="http://www.justin-cook.com/wp/2006/12/27/automatic-cpanel-backup-domain-mysql-with-cron-php/"  rel="nofollow">http://www.justin-cook.com/wp/.....-cron-php/</a> or even here: <a
href="http://jussi.ruokomaki.fi/tech/62/automatic-cpanel-backup-via-curlcron-v11/"  rel="nofollow">http://jussi.ruokomaki.fi/tech.....lcron-v11/</a> I think these links will help you with the emailing part.</p> ]]></content:encoded> </item> <item><title>By: Yvette</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1966</link> <dc:creator>Yvette</dc:creator> <pubDate>Tue, 13 Jan 2009 11:16:31 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1966</guid> <description>Hello,Great article you have here! However, I have a question: Is it possible to send the back up to an email instead?</description> <content:encoded><![CDATA[<p>Hello,</p><p>Great article you have here! However, I have a question: Is it possible to send the back up to an email instead?</p> ]]></content:encoded> </item> <item><title>By: UbuntuLinuxHelp</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1321</link> <dc:creator>UbuntuLinuxHelp</dc:creator> <pubDate>Mon, 26 May 2008 12:13:02 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1321</guid> <description>@vladi - The first time I connected manually during the set-up, I got the terminal prompt to add the key. After that it&#039;s been running since, without the username and password (because it uses the key). So... as you mentioned, ssh has to be properly configured on the web server, if not, then it rsync will fail, in this case. ;) Thanks. :)</description> <content:encoded><![CDATA[<p>@vladi &#8211; The first time I connected manually during the set-up, I got the terminal prompt to add the key. After that it&#8217;s been running since, without the username and password (because it uses the key). So&#8230; as you mentioned, ssh has to be properly configured on the web server, if not, then it rsync will fail, in this case. ;) Thanks. :)</p> ]]></content:encoded> </item> <item><title>By: vladi</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1320</link> <dc:creator>vladi</dc:creator> <pubDate>Mon, 26 May 2008 08:29:51 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1320</guid> <description>for rsync to work whith cron trough ssh, you &quot;must&quot; generate authkey without password, or your cron job may not connect to the server, because the ssh will require to enter pass, but cron cannot!</description> <content:encoded><![CDATA[<p>for rsync to work whith cron trough ssh, you &#8220;must&#8221; generate authkey without password, or your cron job may not connect to the server, because the ssh will require to enter pass, but cron cannot!</p> ]]></content:encoded> </item> <item><title>By: Rolf</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1306</link> <dc:creator>Rolf</dc:creator> <pubDate>Fri, 23 May 2008 15:42:03 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1306</guid> <description>Try rsnapshot!It tankes advantage of the ext2/ext3 hardlinking features to save diskspace for unchanged files. It gives you &quot;full backup&quot; but does only require just a little more than the space of one full backup, plus incrementals.It gives you the possibility to go back in time, restoring just a file, a directory and a lot more...It is based on rsync.
http://www.rsnapshot.org/</description> <content:encoded><![CDATA[<p>Try rsnapshot!</p><p>It tankes advantage of the ext2/ext3 hardlinking features to save diskspace for unchanged files. It gives you &#8220;full backup&#8221; but does only require just a little more than the space of one full backup, plus incrementals.</p><p>It gives you the possibility to go back in time, restoring just a file, a directory and a lot more&#8230;</p><p>It is based on rsync.<br
/> <a
href="http://www.rsnapshot.org/"  rel="nofollow">http://www.rsnapshot.org/</a></p> ]]></content:encoded> </item> <item><title>By: Automate Your Web Site Backup! : HowtoMatrix</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1179</link> <dc:creator>Automate Your Web Site Backup! : HowtoMatrix</dc:creator> <pubDate>Tue, 06 May 2008 16:03:14 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1179</guid> <description>[...] But, what if there were no backups? What if your hosting provider cannot restore data at their end? To be blunt, you’d be back to square one! Developing a whole new site or blog from the beginning! Automate Your Web Site Backup! That’s a chilling thought, to lose everything and start again. Automate Your Web Site Backup!   Read more at Ubuntu Linux Help [...]</description> <content:encoded><![CDATA[<p>[...] But, what if there were no backups? What if your hosting provider cannot restore data at their end? To be blunt, you’d be back to square one! Developing a whole new site or blog from the beginning! Automate Your Web Site Backup! That’s a chilling thought, to lose everything and start again. Automate Your Web Site Backup!   Read more at Ubuntu Linux Help [...]</p> ]]></content:encoded> </item> <item><title>By: UbuntuLinuxHelp</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1177</link> <dc:creator>UbuntuLinuxHelp</dc:creator> <pubDate>Tue, 06 May 2008 13:31:12 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1177</guid> <description>@Arp - I would think so! ;)
There&#039;s no reason why you can send stuff to your server.</description> <content:encoded><![CDATA[<p>@Arp &#8211; I would think so! ;)<br
/> There&#8217;s no reason why you can send stuff to your server.</p> ]]></content:encoded> </item> <item><title>By: Arp</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1176</link> <dc:creator>Arp</dc:creator> <pubDate>Tue, 06 May 2008 13:28:02 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1176</guid> <description>Would this work in reverse as well?  I&#039;ve been looking for away to back up my local data (photos, etc).  My host has good redundancy, and my experience with ElephantDesktop was a travesty.</description> <content:encoded><![CDATA[<p>Would this work in reverse as well?  I&#8217;ve been looking for away to back up my local data (photos, etc).  My host has good redundancy, and my experience with ElephantDesktop was a travesty.</p> ]]></content:encoded> </item> <item><title>By: UbuntuLinuxHelp</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1170</link> <dc:creator>UbuntuLinuxHelp</dc:creator> <pubDate>Tue, 06 May 2008 11:32:35 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1170</guid> <description>@Kenney - Thanks. :) One thing I also realized is when cPanel makes the backups on the server, it already compresses them to .gz files so no need to re-compress using rsync (which will make the download slower). Therefore I removed the -z switch. ;)</description> <content:encoded><![CDATA[<p>@Kenney &#8211; Thanks. :) One thing I also realized is when cPanel makes the backups on the server, it already compresses them to .gz files so no need to re-compress using rsync (which will make the download slower). Therefore I removed the -z switch. ;)</p> ]]></content:encoded> </item> <item><title>By: Kenney</title><link>http://ubuntulinuxhelp.com/automate-your-web-site-backup/comment-page-1/#comment-1168</link> <dc:creator>Kenney</dc:creator> <pubDate>Tue, 06 May 2008 07:09:00 +0000</pubDate> <guid
isPermaLink="false">http://ubuntulinuxhelp.com/automate-your-web-site-backup/#comment-1168</guid> <description>Thank you very much. This was something I was looking for. I also had troubles with my hosting provider.</description> <content:encoded><![CDATA[<p>Thank you very much. This was something I was looking for. I also had troubles with my hosting provider.<br
/><fieldset
class="blogfollow"><legend>Read more from Kenney</legend><h2><a
href="http://www.kenneyjacob.com/2010/08/16/online-pookkalam-creation-and-greeting-application-from-csharks/" rel="external nofollow" >Online Pookkalam creation and greeting application From Csharks</a></h2><p>Csharks, leading computer game development company from Kerala, launched an Online Pookkalam creation and greeting application.  They launched this as main attraction for the Onam season at gaming po[...]</p></fieldset> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 23/40 queries in 0.033 seconds using disk
Object Caching 511/515 objects using disk

Served from: ubuntulinuxhelp.com @ 2010-09-02 21:18:39 -->