borgbackup/borg

restore big files/block devices with considering already present data

开放

#5,638 创建于 2021年1月20日

 (6 条评论) (0 个反应) (1 位负责人)Python (732 个派生)batch import
cmd: extractenhancementfilesystemhelp wanted

仓库指标

星标
 (10,086 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南