candera / hobocopy

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

Hobocopy Incorrectly Making Incremental Backups #36

Open candera opened 13 years ago

candera commented 13 years ago

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

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 commented 12 years ago

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