]> arthur.barton.de Git - bup.git/commit
Add support for "restore --sparse"
authorRob Browning <rlb@defaultvalue.org>
Thu, 16 Jan 2014 00:39:09 +0000 (18:39 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 13 Oct 2014 17:04:45 +0000 (12:04 -0500)
commit6c14d90cecf074255ce522032b107abf961e5e3d
tree55723e9542f96c44dcf9ececee604f3f35a23335
parente9dd83a1fd86630e98d44a37a3deb48912c787c5
Add support for "restore --sparse"

Thanks to Patrick Rouleau <prouleau72@gmail.com> for spotting a
serious potential short-write problem in an earlier revision of this
work, and suggesting other improvements.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-restore.md
Makefile
cmd/restore-cmd.py
lib/bup/_helpers.c
t/test-sparse-files.sh [new file with mode: 0755]