]> arthur.barton.de Git - bup.git/commit - t/test.sh
Adds -f option to save to use a given indexfile.
authorZoran Zaric <zz@zoranzaric.de>
Mon, 6 Dec 2010 12:00:08 +0000 (13:00 +0100)
committerAvery Pennarun <apenwarr@gmail.com>
Mon, 3 Jan 2011 04:57:31 +0000 (20:57 -0800)
commit0941ebcbea22bbd96ed02a5b79c5d9a16abd2267
tree081ea56cb0ca4cdc60420f077cbf3afe39b7b265
parent2b5036e7e2482f99f79420c71a1b9ed365e5108e
Adds -f option to save to use a given indexfile.

index supported -f before but save didn't.  Using a specific indexfile
makes it possible to use temporary indexfiles for one-time-backups like
imports.

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