<?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>GO IT WORLD &#124; IT TECH &#124; IT NEWS &#187; backup</title>
	<atom:link href="http://www.goitworld.com/tag/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.goitworld.com</link>
	<description>goitworld.com</description>
	<lastBuildDate>Tue, 10 Jan 2012 10:03:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mysql Full Backup Script</title>
		<link>http://www.goitworld.com/mysql-full-backup-script/</link>
		<comments>http://www.goitworld.com/mysql-full-backup-script/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 01:24:09 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Mysql Server]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/mysql-full-backup-script/</guid>
		<description><![CDATA[<p style="float: right;margin: 4px;">


</p><p>Mysql Full Backup Script, Hope it can help you.</p>
<p>#!/bin/sh   <br />###################################################################    <br /># Name:Mysql_Full_Backup.sh    <br /># PS:MySQL DataBase Full Backup.    <br /># Write by:Jason    <br /># Last Modify:2009-11-20    <br />################################################################### </p>
<p># Define Variable Please Modify By Fact   <br /># Define Script Directory    <br />scriptsDir=/home/Script </p>
<p># Define Database Directory   <br />mysqlDir=/srv/mysql </p>
<p># Define Database User &#38; Name   <br />user=bkuser    <br />userPWD=pwd</p>
<p># Define Backup Directory   <br />dataBackupDir=/home/mysqlbackup </p>
<p># Define Email Content   <br />eMailFile=$dataBackupDir/email.txt </p>
<p># Define Email Address   <br /><a href="mailto:eMail=xxxx@mail.com">eMail=xxxx@mail.com</a> </p>
<p># Define Backup Log File.   <br />logFile=$dataBackupDir/mysqlbackup.log    <br />DATE=`date -I` &#8230; <a href="http://www.goitworld.com/mysql-full-backup-script/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/mysql-full-backup-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Oracle Secure Backup Server 10.3.0.1.0 Auth Bypass/RCI Exploit</title>
		<link>http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/</link>
		<comments>http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 12:52:58 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Security Tools]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bypass]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[secure]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/</guid>
		<description><![CDATA[<p>#!/bin/bash </p>
<p>#Oracle Secure Backup Administration Server authentication bypass, plus command injection vulnerability   <br />#1-day exploit for CVE-2009-1977 and CVE-2009-1978 </p>
<p>#PoC script successfully tested on:   <br />#Oracle Secure Backup Server 10.3.0.1.0_win32_release    <br />#MS Windows Professional XP SP3 </p>
<p>#In August 2009, ZDI discloses a few details regarding a couple of interesting vulnerabilities within Oracle Backup Admin server.   <br />#Since I was quite interested in such flaws, I did a bit of research. This PoC exploits two separate vulnerabilities: a smart     <br />#authentication bypass and a trivial command injection, resulting in arbitrary command execution. </p>
<p>#References:   <br />#<a href="http://www.zerodayinitiative.com/advisories/ZDI-09-058/">http://www.zerodayinitiative.com/advisories/ZDI-09-058/</a>    <br />#<a href="http://www.zerodayinitiative.com/advisories/ZDI-09-059/">http://www.zerodayinitiative.com/advisories/ZDI-09-059/</a>&#8230; <a href="http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/oracle-secure-backup-server-10-3-0-1-0-auth-bypassrci-exploit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Script to do incremental rsync backups</title>
		<link>http://www.goitworld.com/script-to-do-incremental-rsync-backups/</link>
		<comments>http://www.goitworld.com/script-to-do-incremental-rsync-backups/#comments</comments>
		<pubDate>Sat, 16 May 2009 02:37:43 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[incremental]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.goitworld.com/script-to-do-incremental-rsync-backups/</guid>
		<description><![CDATA[<p><strong>rsync</strong> is an <a href="http://www.opensource.org/">open source</a> utility that provides fast incremental file transfer. rsync is freely available under the <a href="http://samba.anu.edu.au/GPL.html">GNU General Public License</a> and is currently being maintained by <a href="http://opencoder.net/">Wayne Davison</a>.    </p>
<p>Here is a <strong>script</strong> of do <strong>incremental</strong> <strong>backup</strong> by <strong>rsync</strong>. Hope it can help you.    <br />Test OS:Centos4,5 RedHatAS4,5</p>
<p>#!/bin/sh </p>
<p>#########################################################    <br /># Script to do incremental rsync backups     <br /># Adapted from script found on the rsync.samba.org     <br /># Jason 3/24/2002     <br /># This script is freely distributed under the GPL     <br />######################################################### </p>
<p>##################################    <br /># Configure These Options     <br />################################## </p>
<p>###################################&#8230; <a href="http://www.goitworld.com/script-to-do-incremental-rsync-backups/" class="read_more">Read the rest</a></p>]]></description>
		<wfw:commentRss>http://www.goitworld.com/script-to-do-incremental-rsync-backups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

