Jump to content

Software required: auto back up usb flash drives


Recommended Posts

Posted
Anyone know of any software (preferably free) that will allow me to plug in a usb drive and automatically back it up to the pcs's hard drive preferably regardless of whether the pc is logged in or not
Posted

As mentioned by others synctoy is a good solution to the backup of a flash drive as is xcopy. Triggering it could be a problem, especially if like me you turn off autorun. Instead you could use USBDLM (USB Drive Letter Manager - USBDLM) on the machine. I see two problems with this:

 

1. Every flash drive inserted would backed up, to prevent this I would write a script to check for a file called, say backup, the file could contain the path to the backup destination if it was not the backup command itself.

 

2. Only the computer with the appropriately configured USBDLM install will cause the drive to be backed up.

 

A problem with using the standard autorun would be the drive attempting to back itself up which ever computer you plug it into.

Posted (edited)
1. Every flash drive inserted would backed up, to prevent this I would write a script to check for a file called, say backup, the file could contain the path to the backup destination if it was not the backup command itself.

Almost all events in USBDLM can have criteria set for them so this should be quite easy. e.g.

 

[OnArrival]
FileExists=%drive%\MyFlashDrive.tag
Open="%SystemRoot%\System32\RoboCopy.exe" %drive% \\Server\Backups /MIR /NP

 

[OnArrival] 
DeviceID=USB\VID_067B&PID_2517
Open="%drive%\Sync.cmd" %drive%\*.*

 

2. Only the computer with the appropriately configured USBDLM install will cause the drive to be backed up.

I could be wrong, but it sounds like Sted only wants to do this on one computer? :confused:

Edited by Arthur
Posted
Almost all events in USBDLM can have criteria set for them so this should be quite easy. e.g.

 

[OnArrival]
FileExists=%drive%\MyFlashDrive.tag
Open="%SystemRoot%\System32\RoboCopy.exe" %drive% \\Server\Backups /MIR /NP

 

[OnArrival] 
DeviceID=USB\VID_067B&PID_2517
Open="%drive%\Sync.cmd" %drive%\*.*

 

 

I could be wrong, but it sounds like Sted only wants to do this on one computer? :confused:

 

probably just 1 computer yes im just terrible at backing up my flash drives though it may be something i roll out on teachers so i can look a hero when i restore data from their freshly laundered pen drive lol

 

hadnt actually thought of synctoy lol

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • 47 When would you like EduGeek EDIT 2025 to be held?

    1. 1. Select a time period you can attend


      • I can make it in June\July
      • I can make it in August\Sept
      • Other time period. Comment below
      • Either time

×
×
  • Create New...