borgbackup/borg

restore big files/block devices with considering already present data

Open

#5 638 ouverte le 20 janv. 2021

Voir sur GitHub
 (6 commentaires) (0 réactions) (1 assigné)Python (732 forks)batch import
cmd: extractenhancementfilesystemhelp wanted

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

I use borg to make backups of my LVM volumes. It works fine at backup creation time but not as good when I do 'borg extract'. It pulls many gigabytes of data from remote borg repo server although I still have an almost unchanged device in place.

It would be nice to have an option to not just extract data from a borg repo but to also check against an existing file/block device, if it already has the required data and only retrieve changed data from the remote repo.

Guide contributeur