diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 16:19:20 -0700 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2023-02-12 16:19:20 -0700 |
commit | a29f4c3421cd8deb2b0f578acb195442569236b7 (patch) | |
tree | b06361fac5ae74630187c55c4174e8011256b398 /scripts/run-chunk-recover.sh | |
parent | c55326b0cb6994bb802cf6aac4a296acfb0e41ff (diff) | |
parent | ed69c917c47435007ad72dc83a2db31c19699846 (diff) |
Merge branch 'lukeshu/build-sys'
Diffstat (limited to 'scripts/run-chunk-recover.sh')
-rwxr-xr-x | scripts/run-chunk-recover.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/run-chunk-recover.sh b/scripts/run-chunk-recover.sh deleted file mode 100755 index f9a93d3..0000000 --- a/scripts/run-chunk-recover.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/bash -set -e -rm -f ../scratch/dump-scratch.img -cp --reflink=always ../scratch/dump-{zero,scratch}.img -chmod 600 ../scratch/dump-scratch.img -make -C ../btrfs-progs -time ../btrfs-progs/btrfs rescue chunk-recover ../scratch/dump-scratch.img |