Initial remote commit

This commit is contained in:
2026-04-30 11:04:05 +00:00
commit b86e4f9a98
103 changed files with 262770 additions and 0 deletions

5
test/rdump_all.sh Normal file
View File

@@ -0,0 +1,5 @@
while read inum rest; do
mkdir -p /mnt/recovered/apr29/${inum}
python3.12 dump_tree.py ${inum} /mnt/recovered/apr29/${inum}/ &
done < true_roots.txt
wait