borgbackup/borg

"sparse" block devices

开放

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

 (1 条评论) (0 个反应) (0 位负责人)Python (732 个派生)batch import
help wantedquestion

仓库指标

星标
 (10,086 个星标)
PR 合并指标
 (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.

贡献者指南