summaryrefslogtreecommitdiff
path: root/scripts/diff-dump-tree.sh
blob: aa9c2a9c047517646c4dff4309b0c9602d585209 (plain)
1
2
3
4
5
#!/bin/bash
make -C ../btrfs-progs
diff -u \
     <(../btrfs-progs/btrfs inspect dump-tree --noscan --csum-items ../scratch/new.img | sed -e 's/ UNKNOWN.0 / UNTYPED /g' -e 's/\b18446744073709551615\b/-1/g')  \
     <(go run ./cmd/btrfs-rec/ inspect dump-trees --pv=../scratch/new.img)