candera / hobocopy

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

Hobocopy creates directories when target is UNC share #16

Closed candera closed 13 years ago

candera commented 13 years ago

I noticed the flaw that hobocopy creates subdirectories when the target is a UNC network share. I've seen this on Windows XP and Windows 7 32bit, I did not test 64bit systems.

The command line

 x:\path\hobocopy.exe /statefile=\\server\share\a.state /verbosity=3 /full /skipdenied /recursive y:\dir\ \\server\share\backup\a\b\ *.pst

creates in the current working directory the subdirectories server\share\backup\a\b with no files in it. This also happens when all qualifiers are omitted.

candera commented 13 years ago

Fixed problem with recursively creating UNC directories. Closed by adeb5fee2580b050aedadd629f235419ee06825d.