Replies: 1 comment
-
Backrest is a https://github.com/restic/restic wrapper so these will be handled the same way restic does, and happily restic does have some support. https://restic.readthedocs.io/en/latest/040_backup.html#backing-up-special-items-and-metadata The only comment I'd add on to this is that block devices must be diffed, in their entirety, on every backup -- so I recommend trying this out and seeing if you find the performance acceptable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to use restic / backrest also for backup of block devices?
I have this storage device in incus:
Would it make sense to convert it to .img and then run restic / backrest? Would this allow to detect the differential changes?
Beta Was this translation helpful? Give feedback.
All reactions