You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
Background
When running hobocopy with the following command line:
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.
The text was updated successfully, but these errors were encountered: