]> arthur.barton.de Git - bup.git/history - client.py
Reduce default max objects per pack to 200,000 to save memory.
[bup.git] / client.py
2010-01-11 Avery PennarunMerge branch 'cygwin'
2010-01-11 Avery PennarunAssorted cleanups to Luke's cygwin fixes.
2010-01-10 Lukasz KosewskiMerge branch 'master' of git://github.com/apenwarr/bup
2010-01-10 Lukasz Kosewskiclient.py: Windows files don't support ':', so rename...
2010-01-06 Avery Pennarunsplitting to a remote server would cause "already busy... bup-0.03
2010-01-06 Avery Pennarunclient: enhance the PATH when searching for the 'bup...
2010-01-06 Avery PennarunMuch more user-friendly error messages when bup can...
2010-01-06 Michael WolfMerge remote branch 'remotes/apenwarr-master/master'
2010-01-06 Avery PennarunSplit packs around 100M objects or 1G bytes.
2010-01-04 Avery PennarunRewrite bup-join in python and add remote server support.
2010-01-04 Avery PennarunWe can now update refs when we do a backup.
2010-01-03 Avery PennarunRefactored client stuff into client.py; now cmd-save...