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.

貢獻者指南