Skip to content
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

Wrong source directory is being copied #28

Open
candera opened this issue Apr 19, 2011 · 3 comments
Open

Wrong source directory is being copied #28

candera opened this issue Apr 19, 2011 · 3 comments
Assignees
Labels

Comments

@candera
Copy link
Owner

candera commented Apr 19, 2011

Background

When running hobocopy with the following command line:

/skipdenied /y /verbosity=3 /recursive /statefile=C:\data\backup\backup.state /clear C:\data \\avalon\backup\ashendel\full-0

The directory C:\data is not backed up. Rather, it appears to be attempting to copy all of C:.

Additional information: C:\data is a junction point, as are many of the directories on C:.

Expected Behavior

C:\data is the only directory that should be backed up.

@ghost ghost assigned candera Apr 19, 2011
@candera
Copy link
Owner Author

candera commented Apr 26, 2011

Looks to be an issue with the fact that C:\data is a mount point. There's even a comment in the code that says, TODO: Eventually we'll have to deal with mount points. Not sure how to deal with this yet.

@candera
Copy link
Owner Author

candera commented Apr 26, 2011

Potential workaround: run it against the target of the mount point (in this case C:\mount\d2\data rather than C:\data. Trying this out now. If it works, considering marking this "won't fix". But I've also got a mount point within that tree that points back to another drive. But that is not optional: mount points appearing somewhere in the hierarchy have to work.

@candera
Copy link
Owner Author

candera commented Apr 26, 2011

OK, that worked: it was able to descend into mount points that span disks. So there's a workaround. But it's still broken and needs to be fixed. Just not sure how or when.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant