candera / hobocopy

An open source backup tool for Windows
http://candera.github.com/hobocopy/
MIT License
176 stars 52 forks source link

File globbing broken #33

Closed candera closed 13 years ago

candera commented 13 years ago

Observed Behavior

From user Nick Massin:

I have noticed that (I can't remember off the top of my head which version) don't use the extension switch (ie: *.ext) properly and will not copy anything if the switch is present in the command.

Expected Behavior

candera commented 13 years ago

Email discussion on this thread: http://groups.google.com/group/hobocopy/browse_thread/thread/253a66e928984083

candera commented 13 years ago

This is working for me:

hobocopy /r C:\mount\d2\data\projects\hobocopy\bin C:\temp\20110513-1217 *.exe

candera commented 13 years ago

Works in both 1.0.0.0 and current unstable versions.