Will backrest resume an interrupted backup? #472
-
hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey, yep! This should be supported today out of the box. Backrest is using restic 0.17.0 as of writing which includes the resumability feature. It should be mentioned that restic will still rescan all previously uploaded files, but shouldn't repack / reupload anything. It should be much faster. Note that an interrupted backup will still show as failed in Backrest's UI but the partial data will be there in the index (internal to your repo) and used by restic on the next attempt. |
Beta Was this translation helpful? Give feedback.
Hey, yep! This should be supported today out of the box. Backrest is using restic 0.17.0 as of writing which includes the resumability feature.
It should be mentioned that restic will still rescan all previously uploaded files, but shouldn't repack / reupload anything. It should be much faster. Note that an interrupted backup will still show as failed in Backrest's UI but the partial data will be there in the index (internal to your repo) and used by restic on the next attempt.