diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-14 04:45:48 -0600 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2022-07-14 05:45:45 -0600 |
commit | bb73a2fb7678698353bb995754e8702caa2f6e0a (patch) | |
tree | 0ecd149e8ea61db883c7450accfacf42db08b82e /scripts/main.sh | |
parent | ae42c45061e6e68ed2cdb455ba45a14c39f7cae7 (diff) |
wip ls-files
Diffstat (limited to 'scripts/main.sh')
-rwxr-xr-x | scripts/main.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/main.sh b/scripts/main.sh index a9afde3..dbcf3ec 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -9,3 +9,5 @@ if ! test -s ../scratch/dump.rebuilt-mappings.json; then > ../scratch/dump.rebuilt-mappings.json \ 2> >(tee >&2 ../scratch/dump.rebuilt-mappings.log) fi +time ./btrfs-rec --pv=../scratch/dump-zero.img --mappings=../scratch/dump.rebuilt-mappings.json inspect ls-files \ + &> ../scratch/dump.ls-files.txt |