fix: download without buffering volumes in RAM #92

Open
dannygroenewegen wants to merge 1 commits from eCommons/backup-bot-two:fix-download-oom into main

1 Commits

Author SHA1 Message Date
dannygroenewegen fc5c6989e8 fix: download without buffering volumes in RAM
continuous-integration/drone/pr Build is passing
Fetch each path with 'restic restore' into a temp dir, instead of
buffering whole volume dumps in memory, which crashed on large volumes.
Restore is also much faster than the sequential 'restic dump'.
The archive layout is unchanged.
2026-07-10 14:56:56 +02:00