]> git.michaelhowe.org Git - packages/b/bup.git/commit
Support incremental backups to a remote server.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 11:17:30 +0000 (06:17 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 11:18:48 +0000 (06:18 -0500)
commit1fbc13ae740b04e7d14be08b875e42d85e1c1e90
treefd3d9a947684193cd5f65c2a2de3d014f4a8725f
parent8fa671984c14627182f89020758a0f46761fe11f
Support incremental backups to a remote server.

We now cache the server's packfile indexes locally, so we know which objects
he does and doesn't have.  That way we can send him a packfile with only the
ones he's missing.

cmd-split supports this now, but cmd-save still doesn't support remote
servers.

The -n option (set a ref correctly) doesn't work yet either.
cmd-server.py
cmd-split.py
git.py
helpers.py