summaryrefslogtreecommitdiff
path: root/c_src/bcachefs.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-09-01 14:53:13 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-09-01 15:11:56 -0400
commite65dd86e419d96aaa616dcb508d3564bd5721ef6 (patch)
treeb307ec60ce65af9a10c8f65b4b7e8a23b55fbffc /c_src/bcachefs.c
parentda8f1d04e3b89a576cbb5fdd7cd1c1c451be11d8 (diff)
bcachefs undump
Add our own version of 'qemu-img convert', which doesn't have the l1 table size limit or require fixing our missing reflink table. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'c_src/bcachefs.c')
-rw-r--r--c_src/bcachefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/c_src/bcachefs.c b/c_src/bcachefs.c
index 58fa2549..d91e0475 100644
--- a/c_src/bcachefs.c
+++ b/c_src/bcachefs.c
@@ -96,6 +96,7 @@ void bcachefs_usage(void)
"Debug:\n"
"These commands work on offline, unmounted filesystems\n"
" dump Dump filesystem metadata to a qcow2 image\n"
+ " undump Convert qcow2 metadata dumps to sparse raw files\n"
" list List filesystem metadata in textual form\n"
" list_journal List contents of journal\n"
"\n"