]> arthur.barton.de Git - bup.git/commit
save-cmd: byte count was missing a few files.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Mar 2010 23:36:59 +0000 (18:36 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Mar 2010 23:36:59 +0000 (18:36 -0500)
commit826eab8db3d72c4d6a5d7867fb184577dd8c208e
tree87d063f3a3e5bc76a7be1f2464d7780c5fb7c6c0
parent22de155345f0f04aab6a3012af82a39f38b69a79
save-cmd: byte count was missing a few files.

In particular, if we tried to back up a file but couldn't open it, that
would fail to increment the byte count.

We also sometimes counted unmodified directories instead of ignoring them.
cmd/save-cmd.py