Open menu

How I setup Backblaze


First install rclone, as this will allow you to upload and download.

You will then need to setup your Backblaze account, thats where you will get your account ID and key.

Config of rclone can be done by running rclone with the config option, or updating the below config with your ID and KEY.

[backblaze]
type = b2
account = USER_ID
key = USER_KEY
endpoint =