]> arthur.barton.de Git - bup.git/commit
Adds --graft option to bup save.
authorZoran Zaric <zz@zoranzaric.de>
Tue, 4 Jan 2011 02:22:27 +0000 (03:22 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Tue, 4 Jan 2011 21:09:23 +0000 (13:09 -0800)
commit02ad81f69a73ec608e65b5db8bc6e572944f8615
tree0c1d8a00a723cbd10691f57537f6240ca4391e64
parent0ee1a48734ab97227255f29b77362028103ff49d
Adds --graft option to bup save.

This adds the option to rename paths when saving them.

A directory /root/chroot/a/etc saved with "bup save -n chroots
--graft /root/chroot/a/etc=/chroots/a" would be saved as
/chroots/a/etc.

Signed-off-by: Zoran Zaric <zz@zoranzaric.de>
Documentation/bup-save.md
cmd/save-cmd.py
lib/bup/helpers.py
lib/bup/t/thelpers.py
t/test.sh