


If my Linux server ever needs to be restored, then I can use restic to restore from the repository on the Windows server. From there the Backblaze client can backup all of the restic raw repo files (config/data/index/keys/snapshot folders).

Restic will be used on the Linux server to send backups, manage snapshots etc to the restic repo on my Windows server. Linux Server Windows Server Backblaze backup service I am not looking for restic to push data directly to Backblaze backup service though. However B2 is cost prohibitive for the amount of data I am looking to store (~7TB+ without any versioning). Understood that restic can’t directly push data to the Backblaze backup service and can push directly to B2.
