<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
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:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; mysql backup</title> <atom:link href="http://www.ghacks.net/tag/mysql-backup/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 17:32:23 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Offsite Backup Solution MySQL Backup Tool</title><link>http://www.ghacks.net/2010/03/01/offsite-backup-solution-mysql-backup-tool/</link> <comments>http://www.ghacks.net/2010/03/01/offsite-backup-solution-mysql-backup-tool/#comments</comments> <pubDate>Mon, 01 Mar 2010 08:08:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[mysql backup]]></category> <category><![CDATA[mysql backup tool]]></category> <category><![CDATA[offsite backup]]></category> <category><![CDATA[offsite backup solution]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=23401</guid> <description><![CDATA[Like in the offline world backups are an important part of a webmaster&#8217;s disaster prevention and recovery strategy in the online world. Websites are usually made up of files on a web server and contents stored in a database. The best option to backup those files and databases is to run a cron job that [...]]]></description> <content:encoded><![CDATA[<p>Like in the offline world backups are an important part of a webmaster&#8217;s disaster prevention and recovery strategy in the online world. Websites are usually made up of files on a web server and contents stored in a database. The best option to backup those files and databases is to run a cron job that backs up all files and moves them to another backup location so that the websites can be recovered even if the server should be damaged (storing the files on the same server can be problematic if the hard drive fails for instance which can mean that neither the current files and databases nor the backups can be accessed).</p><p><span
id="more-23401"></span>Webmasters who want to create a quick local copy of their MySQL database have also several options at hand. They can connect via ssh to the server and create a database backup or use phpMyAdmin if the database is not that big.</p><p>Another comfortable option is the offsite backup software MySQL Backup Tool for the Windows operating system. The Open Source software can be used to create a backup of a specified local or remote MySQL database.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/03/offsite_backup_solution-500x310.jpg" alt="" title="offsite backup solution" width="500" height="310" class="alignnone size-medium wp-image-23402" />The user has to enter the login credentials of the MySQL database (MySQL username, password and database name) and define a backup location on the local computer system. It is optionally possible to block some database tables from being backed up with the backup tool.</p><p>Other options include password protecting the backed up databases, compressing them (recommended), storing them in separate files or a single file and the insert method. Settings can be saved so that they become available on consecutive starts of the offsite backup software. A click on Start Backup will initiate the backup process. The software displays status information on the screen.</p><p>MySQL Backup Tool is a handy software program for Windows users who want to backup MySQL databases occasionally. The application can be added to the Windows Task Scheduler so that the backups are performed regularly. The program can be downloaded from the project&#8217;s website over at <a
href="http://sourceforge.net/projects/mysqlbutool/">Sourceforge</a>. (via <a
href="http://www.addictivetips.com/windows-tips/backup-mysql-database-to-local-server/">Addictive Tips</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/03/01/offsite-backup-solution-mysql-backup-tool/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Automatically Send MySQL Database Backup To Gmail</title><link>http://www.ghacks.net/2009/07/13/automatically-send-mysql-database-backup-to-gmail/</link> <comments>http://www.ghacks.net/2009/07/13/automatically-send-mysql-database-backup-to-gmail/#comments</comments> <pubDate>Mon, 13 Jul 2009 13:14:26 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Online Services]]></category> <category><![CDATA[Server]]></category> <category><![CDATA[database backup database]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[linux server]]></category> <category><![CDATA[mysql]]></category> <category><![CDATA[mysql backup]]></category> <category><![CDATA[mysql database backup]]></category> <category><![CDATA[server]]></category> <category><![CDATA[sql backup]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14370</guid> <description><![CDATA[Webmasters have to make sure that their websites and files are getting backed up regularly to be prepared when something unforeseen happens. This unforeseen event can be a hacker attack, a database crash, a fire in the data center of the hoster or human error. Whatever the cause is it can have a severe impact [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/mysql.gif" alt="mysql" title="mysql" width="128" height="85" class="alignleft size-full wp-image-14371" />Webmasters have to make sure that their websites and files are getting backed up regularly to be prepared when something unforeseen happens. This unforeseen event can be a hacker attack, a database crash, a fire in the data center of the hoster or human error. Whatever the cause is it can have a severe impact on the service and business if backups are not available to restore the website or service.</p><p>Many web hosting companies offer backup space and create backups regularly. Some on the other hand ask for additional payments or do not offer this backup service at all. It then is up to the webmaster or server administrator to ensure that the data gets backed up regularly so that it can be restored when needed.</p><p><span
id="more-14370"></span>One option that is becoming increasingly popular is to backup data and send it to an offsite storage space. <a
href="http://www.backup2mail.com/">Backup2Mail</a> is such a script. It can initiate automatic MySQL database backups on Linux servers using cron jobs and transfer these backups to a Gmail account. The only restriction is that the size of the zipped database should not exceed the maximum attachment limit of Gmail which is currently 25 Megabytes.</p><p>The developer provides instructions on how to setup the MySQL database backup and Gmail transfer on his website. It basically means that the user needs to edit an index.php file to provide the script with the MySQL information and GMail data. The only thing left after this step is to create a cron job so that the script is executed regularly on the server. Backups will from then on be created automatically on the web server and send to the Gmail account.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/13/automatically-send-mysql-database-backup-to-gmail/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
