borgbackup/borg

"sparse" block devices

Open

#5 609 ouverte le 3 janv. 2021

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)Python (732 forks)batch import
help wantedquestion

Métriques du dépôt

Stars
 (10 086 stars)
Métriques de merge PR
 (Merge moyen 5j 12h) (91 PRs mergées en 30 j)

Description

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.

Guide contributeur