<?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>Remote Administration For Windows &#187; Backups</title>
	<atom:link href="http://www.intelliadmin.com/index.php/category/backups/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.intelliadmin.com</link>
	<description>Windows Network Administration Software</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:36:18 +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>Copy files that are in use</title>
		<link>http://www.intelliadmin.com/index.php/2011/11/copy-files-that-are-in-use/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/11/copy-files-that-are-in-use/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 15:04:47 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[BAT Files]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4368</guid>
		<description><![CDATA[A few weeks back I wrote about deleting files that are in use What about copying them so you can back them up? I found a tool that will do just that. It is called hobocopy. Not to be confused with robocopy, hobocopy takes advantage of a system within windows called Volume Shadow Copy. This [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/11/copy-files-that-are-in-use/" title="Permanent link to Copy files that are in use"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Drive.jpg" width="55" height="45" alt="Post image for Copy files that are in use" /></a>
</p><p>A few weeks back <a href="http://www.intelliadmin.com/index.php/2011/09/move-or-delete-files-that-are-always-in-use/">I wrote about deleting files that are in use</a> </p>
<p>What about copying them so you can back them up?</p>
<p>I found a tool that will do just that. </p>
<p>It is called hobocopy.</p>
<p>Not to be confused with <a href="http://www.intelliadmin.com/index.php/2006/01/robocopy-is-an-administrators-best-friend/">robocopy</a>, hobocopy takes advantage of a system within windows called Volume Shadow Copy. This allows you to &#8216;shadow&#8217; files so you can back them up, even while they are in use.</p>
<p>Normally this is just used by backup apps, or the<br />
&#8220;Previous Versions&#8221; feature of windows</p>
<p><img src="http://www.intelliadmin.com/images/Previous%20Versions%20Windows%207.jpg" alt="Previous Versions"/></p>
<p>To get started, visit the hobocopy download page:</p>
<p><a href="https://github.com/candera/hobocopy/downloads">https://github.com/candera/hobocopy/downloads</a></p>
<p>Just make sure you get the right one. If you have the 32 bit version of Windows 7..then get the 32 bit version. </p>
<p>The three release versions at the bottom of the page are the ones you want to look at. </p>
<p>If you do download the wrong one, most likely it will return an error when trying to use it. This is because it cannot properly hook into the Volume Shadow Copy system.</p>
<p>Now, on to our task. To copy a folder that contains files that are in use, simply call it like this:</p>
<p><code>hobocopy [source] [dest]</code></p>
<p>If you want to get some of the incremental copy features that you see in robocopy, you will first need to make a full copy like this:</p>
<p><code>hobocopy c:\source c:\dest /statefile=inc.state</code></p>
<p>This will create a file named inc.state that the incremental copy can use to determine what changed.</p>
<p>Once that full copy is complete, you can run an incremental by referencing the same state file:</p>
<p><code>hobocopy c:\source d:\dest /statefile=inc.state /incremental</code></p>
<p>Now it will only copy files that have changed.</p>
<p>One word of warning with all of this. Not all &#8216;files in use&#8217; are equal. It is possible that the file could be quite old if the application using it never releases its lock. </p>
<p>MSSQL database files fit this description. In addition, applications that don&#8217;t properly lock and unlock their files may cause you to copy a file that is in a transient state &#8211; in other words corrupted.</p>
<p>Make sure you test this out before someone comes to your desk and asks, &#8220;Um, do we backup our files?&#8221;</p>
<p><img src="http://www.intelliadmin.com/images/Do%20we%20backup%20our%20files.jpg" alt="Do we make backups?"></p>
<p>The main hobocopy website can be found here:</p>
<p><a href="http://candera.github.com/hobocopy/">http://candera.github.com/hobocopy/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/11/copy-files-that-are-in-use/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Free Windows File Copy Alternative</title>
		<link>http://www.intelliadmin.com/index.php/2011/08/a-free-windows-file-copy-alternative/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/08/a-free-windows-file-copy-alternative/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 03:55:07 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=4135</guid>
		<description><![CDATA[If you have ever copied a large number of files on Windows, you know how frustrating it can be. Sometimes a simple error can cancel a huge job. Sometimes you might start a copy before leaving the office&#8230;only to find out that 10 minutes into it, Windows asks you if you want to replace a [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/08/a-free-windows-file-copy-alternative/" title="Permanent link to A Free Windows File Copy Alternative"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Folder.jpg" width="55" height="55" alt="Post image for A Free Windows File Copy Alternative" /></a>
</p><p>If you have ever copied a large number of files on Windows, you know how frustrating it can be.</p>
<p>Sometimes a simple error can cancel a huge job.</p>
<p>Sometimes you might start a copy before leaving the office&#8230;only to find out that 10 minutes into it, Windows asks you if you want to replace a file.</p>
<p>Don&#8217;t even get me started with the estimated time to complete dialogs &#8211; totally worthless.</p>
<p>Found a solution &#8211; It is a free tool called TeraCopy.</p>
<p>The part I like about it is that it is lightweight, and it is only for copying files.</p>
<p>Nothing else.</p>
<p>You can easily access it from any folder or file. Right click, and send to TeraCopy&#8230;could not be easier:</p>
<p><img src="http://www.intelliadmin.com/images/Tera%20Copy%20Context%20Menu.jpg" alt="Tera Copy Context Menu"/></p>
<p>What if you want to copy your files and then shutdown your system? You can easily tell TeraCopy to do that:</p>
<p><img src="http://www.intelliadmin.com/images/Tera%20Copy%20Complete%20Options.jpg"alt="Tera Copy Complete Options"/></p>
<p>What about those replace or skip dialogs? You tell it what to do &#8211; without waiting 5 minutes for it to ask you:</p>
<p><img src="http://www.intelliadmin.com/images/Tera%20Copy%20Options.jpg" alt="Tera Copy Options"/></p>
<p>Even better, you can pause, and resume file copies. Can&#8217;t tell you how many times I wanted to do this to take the load off the network for a minute or two:</p>
<p><img src="http://www.intelliadmin.com/images/Tera%20Copy%20Main%20Window.jpg" alt="Tera Copy Main Window"/></p>
<p>This is an awesome little utility. Works on 2000 through Windows 7 x64.</p>
<p>You can download it from here:</p>
<p><b><a href="http://www.codesector.com/download.php">TeraCopy Download Page</a></b></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/08/a-free-windows-file-copy-alternative/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Backup Outlook from the command line</title>
		<link>http://www.intelliadmin.com/index.php/2011/04/backup-outlook-from-the-command-line/</link>
		<comments>http://www.intelliadmin.com/index.php/2011/04/backup-outlook-from-the-command-line/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 13:54:48 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[BAT Files]]></category>
		<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange 2007]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/?p=3256</guid>
		<description><![CDATA[Jennifer, sent me a question last week: Steve, Got a question for you. I have a small network of about 10 laptops. All of my users store their email in PST files in Outlook. I want to have an icon on their desktop that they can click to backup Outlook before they leave for the [...]]]></description>
			<content:encoded><![CDATA[<p><a class="post_image_link" href="http://www.intelliadmin.com/index.php/2011/04/backup-outlook-from-the-command-line/" title="Permanent link to Backup Outlook from the command line"><img class="post_image alignleft remove_bottom_margin" src="http://www.intelliadmin.com/icons/Email.jpg" width="55" height="55" alt="Post image for Backup Outlook from the command line" /></a>
</p><p>Jennifer, sent me a question last week:</p>
<p><i>Steve, </p>
<p>Got a question for you. I have a small network of about 10 laptops. All of my users store their email in PST files in Outlook. I want to have an icon on their desktop that they can click to backup Outlook before they leave for the weekend. Is there any easy way to do this?</p>
<p>Thanks,</p>
<p>Jen<br />
</i><br />
Yes, There is a way to do this. Now it is not foolproof, but it will work most of the time.</p>
<p><img src="http://www.intelliadmin.com/images/Outlook%20Backup%20Command%20Line.jpg"/></p>
<p>First, we need our script to close Outlook, that way the PST files will not be in use. </p>
<p>We will accomplish this with a little bit of VB Script:<br />
<code><br />
Set Outlook = CreateObject("Outlook.Application")<br />
Outlook.Quit<br />
Set Outlook = Nothing<br />
</code></p>
<p>Save this as &#8220;CloseOutlook.vbs&#8221;</p>
<p>Now, we will use this script, in combination with a bat file. The bat file will run CloseOutlook.vbs, and then copy the PST files.</p>
<p>Most of the time PST files are located in the users AppData folder. We can use an environment variable to find this. </p>
<p>It is called %LOCALAPPDATA%. For our backup, we will copy it to a share named backup, and we will copy it to a folder matching the users name.</p>
<p>The copy command will look like this:<br />
<code><br />
COPY %LOCALAPPDATA%\Microsoft\Outlook\*.pst \\server\backup\%USERNAME% /y<br />
</code><br />
/y &#8211; This allows us to overwrite without being prompted.</p>
<p>So, we have both things that we need. The ability to close Outlook (So the user does not have to remember to do this), and a way to find and copy our PST files.</p>
<p>Here is what the final bat file would look like</p>
<p><code><br />
cscript.exe CloseOutlook.vbs<br />
COPY %LOCALAPPDATA%\Microsoft\Outlook\*.pst \\server\backup\%USERNAME% /y<br />
@if errorlevel 1 goto ERROR_HANDLER<br />
@goto SUCCESS<br />
:ERROR_HANDLER<br />
@echo "==================="<br />
@echo "=  Backup Failed  =<br />
@echo "==================="</p>
<p>@goto exit<br />
:SUCCESS<br />
@echo "==================="<br />
@echo "= Backup Complete =<br />
@echo "==================="</p>
<p>:EXIT<br />
pause<br />
</code><br />
I added an error handler, so the user will be notified if the copy could not complete.</p>
<p>Save it as BackupOutlook.bat and throw it on their desktop. </p>
<p>Now your users can backup their PST files &#8211; If they remember to do it <img src='http://www.intelliadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2011/04/backup-outlook-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Free file sync tool from Microsoft</title>
		<link>http://www.intelliadmin.com/index.php/2009/07/free-file-sync-tool-from-microsoft/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/07/free-file-sync-tool-from-microsoft/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 12:30:33 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=809</guid>
		<description><![CDATA[I had lunch last week with my good friend Brett. We were talking about synchronizing, and backing up files. I went on a long rant about how much I liked robocopy. After I finished talking about robocopy, he told me about SyncToy from Microsoft. SyncToy? I had never heard of it. The one drawback with [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I had lunch last week with my good friend Brett. We were talking about synchronizing, and backing up files. I went on a long rant about how much I liked <a href="http://www.intelliadmin.com/blog/index.php/2006/01/robocopy-is-an-administrators-best-friend/">robocopy</a>.</p>
<p>After I finished talking about robocopy, he told me about SyncToy from Microsoft. SyncToy? I had never heard of it.</p>
<p>The one drawback with robocopy is that it is command line only. Sometimes it is nice to just point and click. I never seem to be able to find a simple, but free file sync tool that has a nice GUI interface. From his description, it seemed to fit what I was looking for.</p>
<p>Finally,  I took it for a spin today. It has the balance I was looking for between simplicity, and functionality. Best of all it is free.</p>
<p>Let me walk you through it.</p>
<p>Start out by <a href="http://www.microsoft.com/downloads/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&#038;displaylang=en">downloading</a> it from Microsoft&#8217;s website</p>
<p>When you run it for the first time, you are asked to create a new folder pair. A folder pair is the set of folders you want to sync.</p>
<p><a href="http://www.intelliadmin.com/images/SyncToy_Main_Screen.jpg"><img border=0 src="http://www.intelliadmin.com/images/SyncToy_Main_Screen_Small.jpg" alt="SyncToy Main Screen"></a></p>
<p>In my case it is a local folder, and a folder on a company file server. If you plan to do a one way copy keep in mind that the folder on your left is your source, and the one on the right is the destination.</p>
<p><a href="http://www.intelliadmin.com/images/SyncToy_Select_Folders.jpg"><img border=0 src="http://www.intelliadmin.com/images/SyncToy_Select_Folders_Small.jpg" alt="Select Folders"></a></p>
<p>Once you pick your folders, you can decided what to do with them.</p>
<p>SyncToy has these options:</p>
<blockquote><p>
<b><i>Synchronize</i></b> &#8211; New and updated files are copied both ways. Renames and deletes on either side are repeated on the other.</p>
<p><b><i>Echo</i></b> &#8211; New and updated files are copied left to right. Renames and deletes on the left are repeated on the right.</p>
<p><b><i>Contribute</i></b> &#8211; New and updated files are copied left to right. Renames on the left are repeated on the right. No deletions.</p></blockquote>
<p>In my case, I want to have a backup of my code so I use <i><b>&#8220;echo&#8221;</b></i>. It will copy everything from my local drive to the server.</p>
<p><a href="http://www.intelliadmin.com/images/SyncToy_Action.jpg"><img border=0 src="http://www.intelliadmin.com/images/SyncToy_Action_Small.jpg" alt="Sync Toy Action Selection"></a></p>
<p>Click next, give it a name, and click finish. Now you have a new sync job waiting to be run:</p>
<p><a href="http://www.intelliadmin.com/images/SyncToy_Ready.jpg"><img border=0 src="http://www.intelliadmin.com/images/SyncToy_Ready_Small.jpg" alt="SyncToy Waiting"></a></p>
<p>Click run, and the synchronization begins.</p>
<p><a href="http://www.intelliadmin.com/images/SyncToy_Finished.jpg"><img border=0 src="http://www.intelliadmin.com/images/SyncToy_Finished_Small.jpg" alt="SyncToy Finished"></a></p>
<p>That is all there is too it! A little simpler than remembering to type all of the command line options into robocopy.</p>
<p>Is there a free utility that makes your life easier? Send me an email at <a href="mailto:support@intelliadmin.com">support@intelliadmin.com</a> so I can tell everyone else.</p>
<p>And if you missed it before, here is the download link from microsoft to get your free copy of SyncToy:</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?familyid=c26efa36-98e0-4ee9-a7c5-98d0592d8c52&#038;displaylang=en">Download SyncToy 2.0</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/07/free-file-sync-tool-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Backup your Gmail account</title>
		<link>http://www.intelliadmin.com/index.php/2009/02/backup-your-gmail-account/</link>
		<comments>http://www.intelliadmin.com/index.php/2009/02/backup-your-gmail-account/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 05:15:33 +0000</pubDate>
		<dc:creator>Steve Wiseman</dc:creator>
				<category><![CDATA[Backups]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Utility]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.intelliadmin.com/blog/?p=599</guid>
		<description><![CDATA[I have almost 4 years worth of emails in a Gmail account. I have tried using other services, and even ran my own email server &#8211; but I always find Google calling me back with their top notch spam protection. The problem with that is&#8230;well I have 4 years worth of emails. Many of them [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have almost 4 years worth of emails in a Gmail account. I have tried using other services, and even ran my own email server &#8211; but I always find Google calling me back with their top notch spam protection.</p>
<p>The problem with that is&#8230;well I have 4 years worth of emails. Many of them contain serial numbers to products, important answers to customer questions, and stuff that is simply not replaceable. I never trust computers when it comes to keeping my data secure. I always assume that today it is here, and tomorrow it could be gone.</p>
<p>Backups are easy when it is your own system, but when you have all of your email on a service like Gmail it makes it more difficult to make it part of a backup procedure. I started to get worried about losing it all, so for a few weeks now I have been trying to use MS Outlook to download it to a local PST using IMAP. The account has over 30,000 messages, and Outlook always dies at about the 12,000 message mark.</p>
<p>After some digging (About 3 seconds on Google) I found a free utility that will backup your entire Gmail account to a folder.</p>
<p>Let me start out by telling you the best things about it:</p>
<p>1. It is free &#8211; I would pay for a pro version if it would automate the process for me</p>
<p>2. It can restore a backed up account to a current email account</p>
<p>3. The backup is stored in standard eml format &#8211; This means you can open messages using Outlook express.</p>
<p>You can download the latest version from <a href="http://www.gmail-backup.com">http://www.gmail-backup.com</a></p>
<p>Backing up is a simple process. You download the program, enter your account info, and press the backup button. (The hosted version of Gmail is supported too)</p>
<p>A single form is displayed when you launch the application:</p>
<p><a href="http://www.intelliadmin.com/images/gmail_backup_127.jpg"><img src="http://www.intelliadmin.com/images/gmail_backup_127_small.jpg" alt="Gmail Backup"></a></p>
<p>Enter your login information, and a destination for the backup files. Click on the backup button.</p>
<p>Once it is finished, it organizes the backups by date in the destination folder you selected:</p>
<p><a href="http://www.intelliadmin.com/images/gmail_backup_folders.jpg"><img src="http://www.intelliadmin.com/images/gmail_backup_folders_small.jpg" alt="Gmail backup folders"></a></p>
<p>You may notice the 1969, and 1970 folders &#8211; those are from a few improperly formatted email messages that have an invalid date stamp&#8230;it is not a bug.</p>
<p>You can view any of them using Outlook Express by double clicking on a message:</p>
<p><a href="http://www.intelliadmin.com/images/gmail_backup_oe.jpg"><img src="http://www.intelliadmin.com/images/gmail_backup_oe_small.jpg" alt="Gmail backup outlook express"></a></p>
<p>This is a fantastic utility and I highly recommend it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.intelliadmin.com/index.php/2009/02/backup-your-gmail-account/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

