borgbackup/borg

"sparse" block devices

Open

#5,609 创建于 2021年1月3日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (732 fork)batch import
help wantedquestion

仓库指标

Star
 (10,086 star)
PR 合并指标
 (平均合并 5天 12小时) (30 天内合并 91 个 PR)

描述

for files on supporting filesystems, we have the SEEK_HOLE/SEEK_DATA api.

but this does not apply to block devices, we need something else to detect unused blocks in these.

For block devices, sometimes another API is supported:

Since recently, borg fixed blocksize chunker can accept a sparse map / file map, but there is no way yet to build that map for a block device.

Related to #14.

贡献者指南