<?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: Backup USB Drive on Insertion</title>
	<atom:link href="http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/</link>
	<description>the storm is brewing...</description>
	<lastBuildDate>Wed, 31 Mar 2010 07:40:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: chucklehead</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-556888</link>
		<dc:creator>chucklehead</dc:creator>
		<pubDate>Sun, 10 Jan 2010 19:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-556888</guid>
		<description>I tried to get this running on Windows 7 but no luck.  Microsoft decided to amputate the autoplay USB options for Windows 7 in an effort to protect people from scary malware.

If anyone has a solution that works on Windows 7 I&#039;m sure lots of people would appreciate it.</description>
		<content:encoded><![CDATA[<p>I tried to get this running on Windows 7 but no luck.  Microsoft decided to amputate the autoplay USB options for Windows 7 in an effort to protect people from scary malware.</p>
<p>If anyone has a solution that works on Windows 7 I&#8217;m sure lots of people would appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amar Jain</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-536348</link>
		<dc:creator>Amar Jain</dc:creator>
		<pubDate>Tue, 10 Nov 2009 02:12:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-536348</guid>
		<description>Guies I am in urgent need of this solution.
What I want is that as soon as my one document gets modified, it should get coppied in my USB drive from pc. So, detailed command for inserting something like this?
Let me make it more clear. Basically from 11th of Nov., I have to use computer in my exam for writing my exams. So what I will do is that I will save one file in my computer, and another in pen drive after every few minutes to insure that if my data gets lost from one place, I have it on other place. So if an automated script can do this job of coppying the file as soon as it gets modified and saved again, then things will become easier for me. But please, detailed reply as I understand the dos commands but not good at it.</description>
		<content:encoded><![CDATA[<p>Guies I am in urgent need of this solution.<br />
What I want is that as soon as my one document gets modified, it should get coppied in my USB drive from pc. So, detailed command for inserting something like this?<br />
Let me make it more clear. Basically from 11th of Nov., I have to use computer in my exam for writing my exams. So what I will do is that I will save one file in my computer, and another in pen drive after every few minutes to insure that if my data gets lost from one place, I have it on other place. So if an automated script can do this job of coppying the file as soon as it gets modified and saved again, then things will become easier for me. But please, detailed reply as I understand the dos commands but not good at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: amatbrewer</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-484298</link>
		<dc:creator>amatbrewer</dc:creator>
		<pubDate>Thu, 07 May 2009 03:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-484298</guid>
		<description>I found a variation to what Kjetil  suggested. I moved the backup.bat file to the target folder and changed the autorun.inf to run it rather than the one on the memory stick.
Now it only backs up to computers with the backup.bat in the correct folder.

[autorun]
action=Backup
open=C:\backupFolder\backup.bat
label=Backup
includeRuntimeComponents=True

{this goes in the backup.bat file}
rem backup all files &amp; folders in the local directory
xcopy &quot;*&quot; C:\backupFolder  /E/Y/I/M
Echo Backup Complete</description>
		<content:encoded><![CDATA[<p>I found a variation to what Kjetil  suggested. I moved the backup.bat file to the target folder and changed the autorun.inf to run it rather than the one on the memory stick.<br />
Now it only backs up to computers with the backup.bat in the correct folder.</p>
<p>[autorun]<br />
action=Backup<br />
open=C:\backupFolder\backup.bat<br />
label=Backup<br />
includeRuntimeComponents=True</p>
<p>{this goes in the backup.bat file}<br />
rem backup all files &amp; folders in the local directory<br />
xcopy &#8220;*&#8221; C:\backupFolder  /E/Y/I/M<br />
Echo Backup Complete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim from Radio Clash</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-479439</link>
		<dc:creator>tim from Radio Clash</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-479439</guid>
		<description>Anyway I can make this fire when I insert the flash drive rather than on click?

Otherwise the xcopy example seems to be working for me, thanks!</description>
		<content:encoded><![CDATA[<p>Anyway I can make this fire when I insert the flash drive rather than on click?</p>
<p>Otherwise the xcopy example seems to be working for me, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rexy</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-472940</link>
		<dc:creator>Rexy</dc:creator>
		<pubDate>Sat, 18 Apr 2009 18:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-472940</guid>
		<description>A correction to the last post. Adding /W makes you have to press a key, any key. Not W in particular.</description>
		<content:encoded><![CDATA[<p>A correction to the last post. Adding /W makes you have to press a key, any key. Not W in particular.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rexy</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-472939</link>
		<dc:creator>Rexy</dc:creator>
		<pubDate>Sat, 18 Apr 2009 18:50:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-472939</guid>
		<description>I found this very useful, thanks! 

A tip especially to Kjetil; Just add /W to the xcopy line along with the other xcopy settings. That makes you have to press W in order to make it start copying. So that you do not accidentally backup when you do not want to.</description>
		<content:encoded><![CDATA[<p>I found this very useful, thanks! </p>
<p>A tip especially to Kjetil; Just add /W to the xcopy line along with the other xcopy settings. That makes you have to press W in order to make it start copying. So that you do not accidentally backup when you do not want to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Bussell</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-463418</link>
		<dc:creator>Justin Bussell</dc:creator>
		<pubDate>Tue, 31 Mar 2009 04:53:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-463418</guid>
		<description>^anyway to make it backup more than one folder?</description>
		<content:encoded><![CDATA[<p>^anyway to make it backup more than one folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Bussell</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-463417</link>
		<dc:creator>Justin Bussell</dc:creator>
		<pubDate>Tue, 31 Mar 2009 04:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-463417</guid>
		<description>Howdi, for some reason my script only backups a folder called &quot;other&quot; and not any other folder.  Script is
@echo off
echo -------------------
echo Removable Device Automatic Backup
echo -------------------
echo No Rights Reserved, do whatever you want with this.
xcopy &quot;*&quot; &quot;h:\removablebackup\&quot; /Y /E /R
echo Backup Complete!
Pause.

Autorun script is
[autorun]
action=Backup
open=backup.bat
label=JBussell
includeRuntimeComponents=True</description>
		<content:encoded><![CDATA[<p>Howdi, for some reason my script only backups a folder called &#8220;other&#8221; and not any other folder.  Script is<br />
@echo off<br />
echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
echo Removable Device Automatic Backup<br />
echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
echo No Rights Reserved, do whatever you want with this.<br />
xcopy &#8220;*&#8221; &#8220;h:\removablebackup\&#8221; /Y /E /R<br />
echo Backup Complete!<br />
Pause.</p>
<p>Autorun script is<br />
[autorun]<br />
action=Backup<br />
open=backup.bat<br />
label=JBussell<br />
includeRuntimeComponents=True</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-445148</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Tue, 24 Feb 2009 16:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-445148</guid>
		<description>my autorun.inf doesn&#039;t work and it&#039;s driving me bananas!

The dialog box appears... so it&#039;s not an XP error.  But all of my autorun options don&#039;t appear in the dialog box - ie. name of the drive, name of my .bat file, icon... nothing!

I&#039;m at the end of my rope.... help??</description>
		<content:encoded><![CDATA[<p>my autorun.inf doesn&#8217;t work and it&#8217;s driving me bananas!</p>
<p>The dialog box appears&#8230; so it&#8217;s not an XP error.  But all of my autorun options don&#8217;t appear in the dialog box &#8211; ie. name of the drive, name of my .bat file, icon&#8230; nothing!</p>
<p>I&#8217;m at the end of my rope&#8230;. help??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasperhoven . NET &#187; Blog Archive &#187; Backup van USB sticks en memory cards</title>
		<link>http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-400459</link>
		<dc:creator>Hasperhoven . NET &#187; Blog Archive &#187; Backup van USB sticks en memory cards</dc:creator>
		<pubDate>Sun, 26 Oct 2008 16:50:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sandstorming.com/2006/06/backup-usb-drive-on-insertion/#comment-400459</guid>
		<description>[...] vond daarvoor een trucje met een autorun.inf op de kaart zelf op deze pagina. Maar voor mij  bleek dat niet te werken. Uiteindelijk ben ik zelf maar wat gaan prutsin in [...]</description>
		<content:encoded><![CDATA[<p>[...] vond daarvoor een trucje met een autorun.inf op de kaart zelf op deze pagina. Maar voor mij  bleek dat niet te werken. Uiteindelijk ben ik zelf maar wat gaan prutsin in [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.sandstorming.com @ 2012-02-11 07:18:35 -->
