]> arthur.barton.de Git - bup.git/commit
Extremely basic 'bup server' support.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 10:00:38 +0000 (05:00 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 10:01:38 +0000 (05:01 -0500)
commit8fa671984c14627182f89020758a0f46761fe11f
tree24badcdc5ccada816b97583401e3513763269e73
parent0b6ee27776cf0705e930fd5e998f0f98ea85bcd4
Extremely basic 'bup server' support.

It's enough to send a pack to the remote end with 'bup split', though 'bup
save' doesn't support it yet, and we're not smart enough to do incremental
backups, which means we generate the gigantic pack every single time.
.gitignore
Makefile
bup.py
cmd-save.py
cmd-server.py [new file with mode: 0755]
cmd-split.py
git.py
helpers.py