candera / hobocopy

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

Copy fails with error 5 even with /skipdenied #30

Open candera opened 13 years ago

candera commented 13 years ago

Background

When running a backup with /skipdenied, the following error is encountered:

There was an error calling FindNextFile. Path: ... Error: 5 (Access denied)

and the backup terminates.

This is probably due to changes introduced in f8fc525ab2328cdc8b1b1a3908b1110e6d7f054d.

Desired Behavior

When /skipdenied is specified, error 5 should not stop the backup, but should skip the files encountered.