shrink btrfs

This commit is contained in:
Zsolt Ero
2023-12-10 06:42:09 +01:00
parent 1b221a5cd3
commit 6d7f666255
4 changed files with 179 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ def write_dedupl_files(c, *, dir_path):
dedupl_path.parent.mkdir(parents=True, exist_ok=True)
with open(dedupl_path, 'wb') as fp:
fp.write(row[1])
print(f'written dedupl file {i}/{total}: {dedupl_id}')
print(f'written dedupl file {i}/{total}')
def write_tile_file(c, *, dir_path):