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.

貢獻者指南