Your backup strategy is only as good as your memory profiling
For what it's worth, I've been running Restic to Backblaze B2 from a 512MB Contabo instance and watching it get OOM-killed mid-snapshot. This is not a small dataset—roughly 180GB, mix of mail archives and static assets.
For what it's worth, I suspected blocklist issues at first (old habit), but this is pure memory pressure. Restic's default pack size loads chunks into RAM before upload. On a 512MB box with anything else running, you're playing chicken with the kernel OOM killer.
I have not found a Restic-native fix. Raising the issue here before I migrate my mail spool elsewhere.