<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Backing Up Isn&#8217;t Hard to Do</title>
	<atom:link href="http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/</link>
	<description>Kim Woodbridge WordPress Consultant</description>
	<lastBuildDate>Fri, 10 Feb 2012 18:58:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: (Anti) Social Computer Problems - Windows XP Hangs Before Login Screen &#124; (Anti) Social Development</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-6292</link>
		<dc:creator>(Anti) Social Computer Problems - Windows XP Hangs Before Login Screen &#124; (Anti) Social Development</dc:creator>
		<pubDate>Thu, 09 Apr 2009 04:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-6292</guid>
		<description>[...] or settings. But, if you can access your computer, do a backup first. As I have mentioned before I backup certain directories with all of my important files and my program settings - basically My Documents and Application Data. A downside of repair is that [...]</description>
		<content:encoded><![CDATA[<p>[...] or settings. But, if you can access your computer, do a backup first. As I have mentioned before I backup certain directories with all of my important files and my program settings &#8211; basically My Documents and Application Data. A downside of repair is that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lessons in Backing Up - The Journalspace Disaster &#124; (Anti) Social Development</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-4074</link>
		<dc:creator>Lessons in Backing Up - The Journalspace Disaster &#124; (Anti) Social Development</dc:creator>
		<pubDate>Mon, 12 Jan 2009 11:14:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-4074</guid>
		<description>[...] have written about backing up the important data on your hard drive, backing up your gmail, and backing up your WordPress [...]</description>
		<content:encoded><![CDATA[<p>[...] have written about backing up the important data on your hard drive, backing up your gmail, and backing up your WordPress [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2561</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Sat, 06 Dec 2008 00:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2561</guid>
		<description>Try removing \desktopbackup

use

&quot;%drive%\C&quot;

You might also want to just do one drive at a time.  Once you get that working add the others.</description>
		<content:encoded><![CDATA[<p>Try removing \desktopbackup</p>
<p>use</p>
<p>&#8220;%drive%\C&#8221;</p>
<p>You might also want to just do one drive at a time.  Once you get that working add the others.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2560</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Fri, 05 Dec 2008 23:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2560</guid>
		<description>Same result again.
Current bat file:
@echo off
:: variables
set drive=L:\desktopbackup
set backupcmd=xcopy /s /c /d /e /h /i /r /y

echo ### Backing up C Drive
%backupcmd% &quot;C:\&quot; &quot;%drive%\desktopbackup\C&quot;

echo ### Backing up D Drive
%backupcmd% &quot;D:\&quot; &quot;%drive%\desktopbackup\D&quot;

echo ### Backing up E Drive
%backupcmd% &quot;E:\&quot; &quot;%drive%\desktopbackup\E&quot;

echo Backup Complete!
@pause

Thank you so much for all of the help you&#039;ve been. I just can&#039;t imagine what I&#039;m doing wrong.

&lt;abbr&gt;&lt;em&gt;Wesley&#180;s last blog post - &lt;a href=&quot;http://wesleyism.com/2008/12/updating-your-blog-can-be-a-real-pain-when-you-cant-tell-what-youre-writing/&quot; rel=&quot;nofollow&quot;&gt;Updating your blog can be a real pain when you can’t tell what you’re writing.&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Same result again.<br />
Current bat file:<br />
@echo off<br />
:: variables<br />
set drive=L:\desktopbackup<br />
set backupcmd=xcopy /s /c /d /e /h /i /r /y</p>
<p>echo ### Backing up C Drive<br />
%backupcmd% &#8220;C:\&#8221; &#8220;%drive%\desktopbackup\C&#8221;</p>
<p>echo ### Backing up D Drive<br />
%backupcmd% &#8220;D:\&#8221; &#8220;%drive%\desktopbackup\D&#8221;</p>
<p>echo ### Backing up E Drive<br />
%backupcmd% &#8220;E:\&#8221; &#8220;%drive%\desktopbackup\E&#8221;</p>
<p>echo Backup Complete!<br />
@pause</p>
<p>Thank you so much for all of the help you&#8217;ve been. I just can&#8217;t imagine what I&#8217;m doing wrong.</p>
<p><abbr><em>Wesley&#180;s last blog post &#8211; <a href="http://wesleyism.com/2008/12/updating-your-blog-can-be-a-real-pain-when-you-cant-tell-what-youre-writing/" rel="nofollow">Updating your blog can be a real pain when you can’t tell what you’re writing.</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2559</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Fri, 05 Dec 2008 22:30:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2559</guid>
		<description>@Wesley - Actually it took me a number of attempts to get it just right.

L:\desktopbackup\C - you&#039;ve already defined L:desktopbackup so use

%drive%\C

Also retype all of the doublequotes - if you&#039;ve been copying and pasting extra characters can get in there - there were some strange ones in the last screenshot.

1TB should be fine - I just don&#039;t think it&#039;s necessary to back up everything.  Actually, it may not be able to backup certain files that are being used to do the backup.</description>
		<content:encoded><![CDATA[<p>@Wesley &#8211; Actually it took me a number of attempts to get it just right.</p>
<p>L:\desktopbackup\C &#8211; you&#8217;ve already defined L:desktopbackup so use</p>
<p>%drive%\C</p>
<p>Also retype all of the doublequotes &#8211; if you&#8217;ve been copying and pasting extra characters can get in there &#8211; there were some strange ones in the last screenshot.</p>
<p>1TB should be fine &#8211; I just don&#8217;t think it&#8217;s necessary to back up everything.  Actually, it may not be able to backup certain files that are being used to do the backup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2557</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Fri, 05 Dec 2008 22:23:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2557</guid>
		<description>Okay, it did the same thing again. Current bat file:
@echo off
:: variables
set drive=L:\desktopbackup
set backupcmd=xcopy /s /c /d /e /h /i /r /y

echo ### Backing up C Drive
%backupcmd% “C:\” &quot;L:\desktopbackup\C&quot;

echo ### Backing up D Drive
%backupcmd% “D:\” &quot;L:\desktopbackup\D&quot;

echo ### Backing up E Drive
%backupcmd% “E:\” &quot;L:\desktopbackup\E&quot;

echo Backup Complete!
@pause

You should add &quot;if you&#039;re not an idiot&quot; at the end of that post title.

My back up drive is 1TB so I think that should be plenty. Could that be the problem?

&lt;abbr&gt;&lt;em&gt;Wesley&#180;s last blog post - &lt;a href=&quot;http://wesleyism.com/2008/12/updating-your-blog-can-be-a-real-pain-when-you-cant-tell-what-youre-writing/&quot; rel=&quot;nofollow&quot;&gt;Updating your blog can be a real pain when you can’t tell what you’re writing.&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>Okay, it did the same thing again. Current bat file:<br />
@echo off<br />
:: variables<br />
set drive=L:\desktopbackup<br />
set backupcmd=xcopy /s /c /d /e /h /i /r /y</p>
<p>echo ### Backing up C Drive<br />
%backupcmd% “C:\” &#8220;L:\desktopbackup\C&#8221;</p>
<p>echo ### Backing up D Drive<br />
%backupcmd% “D:\” &#8220;L:\desktopbackup\D&#8221;</p>
<p>echo ### Backing up E Drive<br />
%backupcmd% “E:\” &#8220;L:\desktopbackup\E&#8221;</p>
<p>echo Backup Complete!<br />
@pause</p>
<p>You should add &#8220;if you&#8217;re not an idiot&#8221; at the end of that post title.</p>
<p>My back up drive is 1TB so I think that should be plenty. Could that be the problem?</p>
<p><abbr><em>Wesley&#180;s last blog post &#8211; <a href="http://wesleyism.com/2008/12/updating-your-blog-can-be-a-real-pain-when-you-cant-tell-what-youre-writing/" rel="nofollow">Updating your blog can be a real pain when you can’t tell what you’re writing.</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2554</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Fri, 05 Dec 2008 21:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2554</guid>
		<description>@Carla - This article is for backing up your hard drive, not WordPress.  I think with a MAC it&#039;s integrated.

@Wesley - I think we&#039;re almost there.  You need to tell each %backupcmd% “C:\” 
where to go

%backupcmd% “C:\” “%drive%\cstuff
etc

Also is your backup drive big enough to back up the contents of all three drives?  You shouldn&#039;t need to back up the entire hard drive, just parts of it.</description>
		<content:encoded><![CDATA[<p>@Carla &#8211; This article is for backing up your hard drive, not WordPress.  I think with a MAC it&#8217;s integrated.</p>
<p>@Wesley &#8211; I think we&#8217;re almost there.  You need to tell each %backupcmd% “C:\”<br />
where to go</p>
<p>%backupcmd% “C:\” “%drive%\cstuff<br />
etc</p>
<p>Also is your backup drive big enough to back up the contents of all three drives?  You shouldn&#8217;t need to back up the entire hard drive, just parts of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2550</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Fri, 05 Dec 2008 20:44:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2550</guid>
		<description>--&gt; http://i34.tinypic.com/1zoenwo.jpg :*(
.
//.xx
.
Here&#039;s my current bat file:
@echo off
:: variables
set drive=L:\desktopbackup
set backupcmd=xcopy /s /c /d /e /h /i /r /y

echo ### Backing up C Drive
%backupcmd% “C:\”

echo ### Backing up D Drive
%backupcmd% “D:\”

echo ### Backing up E Drive
%backupcmd% “E:\”

echo Backup Complete!
@pause
.
.
.
I thought I finally had it. What&#039;s wrong with it now?

&lt;abbr&gt;&lt;em&gt;Wesley&#180;s last blog post - &lt;a href=&quot;http://wesleyism.com/2008/12/ifevvvvdxsix/&quot; rel=&quot;nofollow&quot;&gt;if.e.v.v.v.v.dx.six&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>&#8211;&gt; <a href="http://i34.tinypic.com/1zoenwo.jpg" rel="nofollow">http://i34.tinypic.com/1zoenwo.jpg</a> :*(<br />
.<br />
//.xx<br />
.<br />
Here&#8217;s my current bat file:<br />
@echo off<br />
:: variables<br />
set drive=L:\desktopbackup<br />
set backupcmd=xcopy /s /c /d /e /h /i /r /y</p>
<p>echo ### Backing up C Drive<br />
%backupcmd% “C:\”</p>
<p>echo ### Backing up D Drive<br />
%backupcmd% “D:\”</p>
<p>echo ### Backing up E Drive<br />
%backupcmd% “E:\”</p>
<p>echo Backup Complete!<br />
@pause<br />
.<br />
.<br />
.<br />
I thought I finally had it. What&#8217;s wrong with it now?</p>
<p><abbr><em>Wesley&#180;s last blog post &#8211; <a href="http://wesleyism.com/2008/12/ifevvvvdxsix/" rel="nofollow">if.e.v.v.v.v.dx.six</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carla</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2549</link>
		<dc:creator>Carla</dc:creator>
		<pubDate>Fri, 05 Dec 2008 20:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2549</guid>
		<description>OK - I&#039;m really going to have to comb through this carefully!  I use a Mac and need to figure out how to translate to that type of platform...

&lt;abbr&gt;&lt;em&gt;Carla&#180;s last blog post - &lt;a href=&quot;http://feeds.feedburner.com/~r/greenandchic/~3/475404867/&quot; rel=&quot;nofollow&quot;&gt;Emperor “Clean Coal” has no clothes&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>OK &#8211; I&#8217;m really going to have to comb through this carefully!  I use a Mac and need to figure out how to translate to that type of platform&#8230;</p>
<p><abbr><em>Carla&#180;s last blog post &#8211; <a href="http://feeds.feedburner.com/~r/greenandchic/~3/475404867/" rel="nofollow">Emperor “Clean Coal” has no clothes</a></em></abbr></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kim Woodbridge</title>
		<link>http://www.kimwoodbridge.com/backing-up-isnt-hard-to-do/#comment-2540</link>
		<dc:creator>Kim Woodbridge</dc:creator>
		<pubDate>Fri, 05 Dec 2008 18:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kimwoodbridge.com/?p=219#comment-2540</guid>
		<description>Sometimes extra characters get added when text is copied and pasted.  I frequently have to retype some of it.  If you keep having trouble you might want to email me directly and attach the .bat file (you will need to zip it up for the email program to accept it).</description>
		<content:encoded><![CDATA[<p>Sometimes extra characters get added when text is copied and pasted.  I frequently have to retype some of it.  If you keep having trouble you might want to email me directly and attach the .bat file (you will need to zip it up for the email program to accept it).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

