<?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>Networknet.nl &#187; backup</title>
	<atom:link href="http://www.networknet.nl/apps/wp/archives/tag/backup/feed" rel="self" type="application/rss+xml" />
	<link>http://www.networknet.nl/apps/wp</link>
	<description>Stay Connected</description>
	<lastBuildDate>Fri, 10 Feb 2012 16:46:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>VMWare: How to migrate or backup small scale vCenter database?</title>
		<link>http://www.networknet.nl/apps/wp/archives/1744</link>
		<comments>http://www.networknet.nl/apps/wp/archives/1744#comments</comments>
		<pubDate>Wed, 29 Jun 2011 11:32:00 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[VMWare]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[migrate]]></category>
		<category><![CDATA[sqlcmd]]></category>
		<category><![CDATA[vCenter]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp/?p=1744</guid>
		<description><![CDATA[VMWare vCenter Server requires a sql database engine to store it&#8217;s data. During the vCenter installation there is an option to choose a &#8220;Microsoft SQL Server 2005 Express&#8221; instance for small scale deployments. I have installed the local SQL engine on my vCenter virtual machine and now I want to migrate this database to a central SQL server. There are several ways to do that and this is how I migrated my VIM_VCDB from the local SQL instance to my central server. How to backup a &#8220;small scale&#8221; VMWare vCenter deployment database? Open a command prompt with elevated permissions (I am working from a Windows Server 2008 R2 server) and type the following command: This command will connect to the local SQL Server 2005 Express edition installation  and use the named instance of SQLEXP_VIM. Backup database will create a backup file called  VIM.bak of the VIM_VCDB running on the local sql database engine. I copied the VIM.bak file and used the Microsoft SQL Server Management Tools to restore the database, added the Computer account the the SQL Server security and assigned db ownership. I opened ODBC and changed the System DSN to the central sql server. Restarted the VMware VirtualCenter Server service and everything was up and running again. Make sure to uninstall the local SQL server instance from Add/Remove progams.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/1744/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>JeOS: Installing mutt without an Internet connection</title>
		<link>http://www.networknet.nl/apps/wp/archives/797</link>
		<comments>http://www.networknet.nl/apps/wp/archives/797#comments</comments>
		<pubDate>Mon, 11 May 2009 14:59:34 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[JeOS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Script]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/?p=797</guid>
		<description><![CDATA[I needed to install mutt on my JeOS virtual machine. The system had no Internet connectivity because the machine is sitting behind internal firewall. Mutt is handy little tool for scripting and it allows you attach your files. The files can anything, I will use this tool to email me my mysql database dumps. Download the .deb files: http://packages.ubuntu.com/hardy/i386/mutt/download http://packages.ubuntu.com/hardy/i386/mutt-patched/download Copy the installation files and install them: dpkg -i mutt_1.5.17+20080114-1ubuntu1_i386.deb dpkg -i mutt-patched_1.5.17+20080114-1ubuntu1_i386.deb The following line I scheduled to email me the mysql dump.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/797/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup or export a WSUS 3.0 database?</title>
		<link>http://www.networknet.nl/apps/wp/archives/348</link>
		<comments>http://www.networknet.nl/apps/wp/archives/348#comments</comments>
		<pubDate>Fri, 25 Jan 2008 19:30:08 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[WSUS]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[sqlcmd]]></category>
		<category><![CDATA[ssee]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/348</guid>
		<description><![CDATA[Go here and download sqlncli.msi + SQLServer2005_SQLCMD.msi package (Microsoft SQL Server Native Client &#38; Microsoft SQL Server 2005 Command Line Query Utility). Install these two msi files on the WSUS server. Start a CMD command shell and run the sqlcmd with the following options. Now you are connected to the &#8220;Windows Internal Database&#8221; based on SQL Server Express 2005 edition. This sql engine is used by the WSUS 3 sever and some other  Windows Components like Windows Share Point Services 3.0. To backup the database copy, type the sql command below. Change DISK option to a local folder on the server.]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/348/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scheduled Backups of your important files with Acronis</title>
		<link>http://www.networknet.nl/apps/wp/archives/329</link>
		<comments>http://www.networknet.nl/apps/wp/archives/329#comments</comments>
		<pubDate>Fri, 04 Jan 2008 11:07:22 +0000</pubDate>
		<dc:creator>Ivan Versluis</dc:creator>
				<category><![CDATA[Acronis]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[delta]]></category>

		<guid isPermaLink="false">http://www.networknet.nl/apps/wp2/archives/329</guid>
		<description><![CDATA[New year has started with a lot of interesting products to come out. Windows Server 2008 has been scheduled to be released at 28th of February 2008 and the VMWare ESX 3.5 just come out before Christmas last year. Before starting to evaluate and play around with the new products it&#8217;s good think back what you did last year. For me new year always starts with having a backup of my  important personal files and store them on DVD&#8217;s and other media. At work I backup my PST files each month manually and than I zip them to save free space on my USB disk; for my private data I did this last year january. Lately I am evaluating Acronis True Image products and starting this new year I will work with a full-backup and differential-backup concept. I already created 18GB high-compressed and encrypted (AES 256bit) full backup archive of my personal files at home. I verified the archive couple minutes and I am ready to go to store the huge tib file on my secondsata- and usb disk. From now I will schedule a task to update the archive with changed files each month using a differential method based on the full backup archive. The Acronis tool is using different method than NTBackup for example when creating full and differential backups. The builtin Windows ntbackup.exe tool will include complete changed files from the initial full backup, but the Acronis tool will only backup the deltas (bits changed) on a ...]]></description>
		<wfw:commentRss>http://www.networknet.nl/apps/wp/archives/329/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

