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

Hobocopy Incorrectly Making Incremental Backups #36

Open
candera opened this issue Jul 28, 2011 · 1 comment
Open

Hobocopy Incorrectly Making Incremental Backups #36

candera opened this issue Jul 28, 2011 · 1 comment
Labels

Comments

@candera
Copy link
Owner

candera commented Jul 28, 2011

Background

A user reports in this thread that hobocopy is behaving incorrectly when run with the /incremental switch. He reports that only the part of the file that has changed since the last backup is getting copied to the destination directory.

Expected Behavior

  • An incremental copy should copy all of any files that have changed since the last copy.

Tech Notes

It looks like the issue might be that /incremental specifies that hobocopy make a snapshot specifying VSS_BT_INCREMENTAL, which I guess actually only shadows the portion of the file that has changed. We want VSS_BT_FULL, so that the whole file gets shadowed.

@candera
Copy link
Owner Author

candera commented Nov 26, 2011

A cut at fixing this is in branch 29-always-use-full-backup.

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