-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hang and error 32 (file is in use) during copy #29
Comments
This appears to only happen during incremental copies. I wonder if I'm doing something wrong there? More information is available at http://msdn.microsoft.com/en-us/library/aa384599(v=vs.85).aspx. I'm going to create a branch that always specifies full backup and see if that fixes this user's problem. |
See also #35 - copy files because another process has locked part of the file. |
Branch build made available. Instructions for how to use it here: http://groups.google.com/group/hobocopy/browse_thread/thread/bcf92b74dc30dbb4#msg_2466ed5fb7af57be |
Background
A user reported that hobocopy is never completing a copy. During the copy, it reports error 32, which is "The process cannot access the file because it is being used by another process." This really shouldn't happen.
The email thread is available at http://groups.google.com/group/hobocopy/browse_thread/thread/c94a81f117378175?hl=en_US#
Expected behavior
The copy should complete, and all files should be copied.
The text was updated successfully, but these errors were encountered: