<?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>123 Tweak &#187; Backup</title>
	<atom:link href="http://www.123tweak.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.123tweak.com</link>
	<description>Optimize your Website</description>
	<lastBuildDate>Tue, 10 Jan 2012 05:54:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Backup MySQL in command line with compression</title>
		<link>http://www.123tweak.com/backup-mysql-in-command-line-with-compression/</link>
		<comments>http://www.123tweak.com/backup-mysql-in-command-line-with-compression/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 11:15:14 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[compression]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=856</guid>
		<description><![CDATA[For those who looking for way to backup mysql database, you can use mysqldump to backup mysql database. Below is the script example to backup mysql database in command line:- $ mysqldump -h localhost -u username -p password database_name &#62; backup_db.sql If your mysql database is very big, you might want to compress your sql [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/backup-mysql-in-command-line-with-compression/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export MySQL data into CSV or PSV files</title>
		<link>http://www.123tweak.com/export-mysql-data-into-csv-or-psv-files/</link>
		<comments>http://www.123tweak.com/export-mysql-data-into-csv-or-psv-files/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 17:00:55 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[psv]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=770</guid>
		<description><![CDATA[One way to export data from MySQL tables into plain text files would be to use mysqldump, then remove SQL from the dump file. Perhaps an easier way is to pipe SQL SELECT output to a file. For CSV (comma delimited, enclosing content in quotes): mysql mydb -e "SELECT * FROM my_table" &#124; sed 's/\t/","/g;s/^/"/;s/$/"/;' [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/export-mysql-data-into-csv-or-psv-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set up master-slave replication in MySQL</title>
		<link>http://www.123tweak.com/how-to-set-up-master-slave-replication-in-mysql/</link>
		<comments>http://www.123tweak.com/how-to-set-up-master-slave-replication-in-mysql/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 05:00:19 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[replication]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=743</guid>
		<description><![CDATA[Before we go into how to set up master-slave replication in MySQL, let us talk about some of the reasons I have set up master-slave replication using MySQL. 1) Offload some of the queries from one server to another and spread the load: One of the biggest advantages to have master-slave set up in MySQL [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/how-to-set-up-master-slave-replication-in-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How To remote backup with rsync</title>
		<link>http://www.123tweak.com/remote-backup-with-rsync/</link>
		<comments>http://www.123tweak.com/remote-backup-with-rsync/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 16:35:45 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=531</guid>
		<description><![CDATA[This is probably the simply way to backup data to other server using a secure protocoal an minimum bandwidh. Note: BackupServer.com &#8211; Is the backup server MainServer.com &#8211; Is the server you want to backup Login to the server you want to backup Creating a key with the ssh-keygen utility: ssh-keygen -t rsa -N '' [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/remote-backup-with-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shell Script To Dump All MySQL Databases Every Hour To NAS Storage</title>
		<link>http://www.123tweak.com/shell-script-to-dump-all-mysql-databases-every-hour-to-nas-storage/</link>
		<comments>http://www.123tweak.com/shell-script-to-dump-all-mysql-databases-every-hour-to-nas-storage/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 18:03:12 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Dump]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=292</guid>
		<description><![CDATA[+ Download this script + Modify settings according to your setup + Install cron job as follows to run script every hour # Backup database every 1 hr to folder /nas/mysql @hourly /root/scripts/db1hr.backup.sh &#62;/dev/null 2&#62;&#38;1 Sample Shell Script To Dump All MySQL Databases #!/bin/bash # A simple shell script to backup all MySQL Server Database [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/shell-script-to-dump-all-mysql-databases-every-hour-to-nas-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup a database using phpMyadmin</title>
		<link>http://www.123tweak.com/backup-a-database-using-phpmyadmin/</link>
		<comments>http://www.123tweak.com/backup-a-database-using-phpmyadmin/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:04:27 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[phpMyadmin]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=28</guid>
		<description><![CDATA[Backup of Mysql database It is assumed that you have phpMyAdmin installed since a lot of web service providers use it. Open phpMyAdmin. Click Export in the Menu to get to where you can backup you MySql database. Image showing the export menu. Make sure that you have selected to export your entire database, and [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/backup-a-database-using-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Dump and Restore</title>
		<link>http://www.123tweak.com/mysql-dump-and-restore/</link>
		<comments>http://www.123tweak.com/mysql-dump-and-restore/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:03:36 +0000</pubDate>
		<dc:creator>Tweak</dc:creator>
				<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Dump]]></category>
		<category><![CDATA[Restore]]></category>

		<guid isPermaLink="false">http://www.123tweak.com/?p=19</guid>
		<description><![CDATA[Dump ALL MySQL Databases: mysqldump â€“-user=XXXXXXXX -â€“password=XXXXXXX -A &#62; /PATH/TO/DUMPFILE.SQL Dump Individual or Multiple MySQL Databases: mysqldump -â€“user=XXXXXXXX -â€“password=XXXXXXX DB_NAME1 DB_NAME2 DB_NAME3 &#62; /PATH/TO/DUMPFILE.SQL Dump only certain tables from a MySQL Database: mysqldump â€“-user=XXXXXXXX â€“-password=XXXXXXXX DB_NAME â€“-tables TABLE_NAME &#62; /PATH/TO/DUMPFILE.SQL To make dumps compatible with the old MySQL version, add the following switch: --compatible=mysql323 Restore [...]]]></description>
		<wfw:commentRss>http://www.123tweak.com/mysql-dump-and-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

