]> arthur.barton.de Git - bup.git/commit
Initial version of 'bup save'.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 1 Jan 2010 23:15:12 +0000 (18:15 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 1 Jan 2010 23:15:12 +0000 (18:15 -0500)
commit20f07630ca579857ee92d1dc69e61f60a5384b4d
treed99b0ff725cbf6a04fd0867043802fc5bf01136c
parent8e0484c02148970c77f5b5c59e33bf66f87de0e7
Initial version of 'bup save'.

Saves a complete tree by recursively iterating into subdirs, and splits
large files into chunks using the same algorithm as 'bup split'.

Currently no support for special files (symlinks etc), and it generates the
resulting git tree incorrectly (by just turning / into _ in filenames).
.gitignore
Makefile
cmd-save.py [new file with mode: 0755]
cmd-split.py
hashsplit.py