<?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>King Computer Sydney Network Engineers IT Blog &#187; Backup</title>
	<atom:link href="http://technicians-blog.kingcomputer.com.au/category/backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://technicians-blog.kingcomputer.com.au</link>
	<description>Tech tips, news and interesting stuff</description>
	<lastBuildDate>Thu, 29 Jul 2010 04:34:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Free utility to restore overwritten or deleted partition table testdisk</title>
		<link>http://technicians-blog.kingcomputer.com.au/free-utility-to-restore-overwritten-or-deleted-partition-table-testdisk/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/free-utility-to-restore-overwritten-or-deleted-partition-table-testdisk/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 00:12:20 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[deleted]]></category>
		<category><![CDATA[overwritten]]></category>
		<category><![CDATA[partition table]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[testdisk]]></category>
		<category><![CDATA[utility]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1823</guid>
		<description><![CDATA[This  one is a keeper http://www.cgsecurity.org/wiki/TestDisk
I  accidentally tried to install Ubuntu over my 500gb data disk. It deleted the  NFTS partition then wrote its own ext4 file systems to the disk. Fortunately it  died with an error then I realised my mistake.
The lovely folk over at expert  sexchange referred me [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/free-utility-to-restore-overwritten-or-deleted-partition-table-testdisk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to backup Asterisk folders</title>
		<link>http://technicians-blog.kingcomputer.com.au/script-to-backup-asterisk-folders/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/script-to-backup-asterisk-folders/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 09:30:32 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[folders]]></category>
		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1803</guid>
		<description><![CDATA[The key folders to backup for asterisk are
/etc/asterisk
/var/log/asterisk
/var/lib/asterisk
/var/spool/asterisk
/usr/lib/asterisk
/var/lib/mysql
/usr/local/tomcat/webapps
You can use this script to back them up into one gz file.
ora=`date &#8216;+%Y.%m.%d-%H.%M.%S&#8217;`
tar zcf etc-asterisk-$ora.tar.gz /etc/asterisk
tar zcf var-log-asterisk-$ora.tar.gz /var/log/asterisk
tar zcf var-lib-asterisk-$ora.tar.gz /var/lib/asterisk
tar zcf var-spool-asterisk-$ora.tar.gz /var/spool/asterisk
tar zcf usr-lib-asterisk-$ora.tar.gz /usr/lib/asterisk
tar zcf var-lib-mysql-$ora.tar.gz /var/lib/mysql
tar zcf usr-local-tomcat-$ora.tar.gz /usr/local/tomcat/webapps
# make one big file of them all
tar zcf asterisk-backup-$ora.tgz *$ora*
rm -f $ora.tar.gz
Also found [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/script-to-backup-asterisk-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free disk image backup and restore software for windows mac linux</title>
		<link>http://technicians-blog.kingcomputer.com.au/free-disk-image-backup-and-restore-software-for-windows-mac-linux/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/free-disk-image-backup-and-restore-software-for-windows-mac-linux/#comments</comments>
		<pubDate>Mon, 31 May 2010 12:50:29 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Acronis]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[disk image]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1793</guid>
		<description><![CDATA[Free Hard Disk / Partition Imaging and Cloning Software

Macrium Reflect Free 
This software is able to image your currently running system (using a facility known as Microsoft Volume Shadow copy Service) to another local hard disk, to the Network, a USB or Firewire drive, and DVD. It has a built-in scheduler, so that you can [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/free-disk-image-backup-and-restore-software-for-windows-mac-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lockstep Backup for workgroups using a NAS device that requires a login</title>
		<link>http://technicians-blog.kingcomputer.com.au/lockstep-backup-for-workgroups-using-a-nas-device-that-requires-a-login/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/lockstep-backup-for-workgroups-using-a-nas-device-that-requires-a-login/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 21:54:44 +0000</pubDate>
		<dc:creator>Brendan King</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Backup for Workgroups]]></category>
		<category><![CDATA[Lockstep]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1245</guid>
		<description><![CDATA[If you are using a Lacie NAS you are required to set a login name and password in order to access the shared folders. Backup for workgroups in its next release is planning to add a function to enable logins for each repository storage device, but are now in order to enable it to access [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/lockstep-backup-for-workgroups-using-a-nas-device-that-requires-a-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup Exec failing error: 0xe0008527 &#8211; VERITAS Storage Foundation for Windows (VSFW) unexpectedly failed</title>
		<link>http://technicians-blog.kingcomputer.com.au/backup-exec-failing-error-0xe0008527-veritas-storage-foundation-for-windows-vsfw-unexpectedly-failed/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/backup-exec-failing-error-0xe0008527-veritas-storage-foundation-for-windows-vsfw-unexpectedly-failed/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 22:55:36 +0000</pubDate>
		<dc:creator>Craig Garland</dc:creator>
				<category><![CDATA[Acronis]]></category>
		<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://technicians-blog.kingcomputer.com.au/?p=1093</guid>
		<description><![CDATA[Hi Guys.
 
Had an issue where backup Exec failed daily although it looks to have backed up all data. 
The following error message is displayed.
Job ended: Monday, 2 November 2009 at 1:27:47 PM
Completed status: Failed
Final error: 0xe0008527 &#8211; VERITAS Storage Foundation for Windows (VSFW) unexpectedly failed. Check that the VSFW service is running, and check [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/backup-exec-failing-error-0xe0008527-veritas-storage-foundation-for-windows-vsfw-unexpectedly-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled backup using Microsoft SQL Server 2005</title>
		<link>http://technicians-blog.kingcomputer.com.au/scheduled-backup-using-microsoft-sql-server-2005/</link>
		<comments>http://technicians-blog.kingcomputer.com.au/scheduled-backup-using-microsoft-sql-server-2005/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 06:01:19 +0000</pubDate>
		<dc:creator>Sean Rodden</dc:creator>
				<category><![CDATA[Backup]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Scheduled Backup]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.kingcomputer.com.au/blog/index.php/scheduled-backup-using-microsoft-sql-server-2005/</guid>
		<description><![CDATA[The Express version of MS SQL 2005 does not include functionality to perform a scheduled backup. To get around this, use the &#8220;Script to File&#8221; option and then run it from the command line using a batch file and Windows Scheduled Tasks function.
1. Open up SQL Server Management Studio Express
2. Drill down to your database [...]]]></description>
		<wfw:commentRss>http://technicians-blog.kingcomputer.com.au/scheduled-backup-using-microsoft-sql-server-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
