HOWTO: Use BorgBackup and Rclone to backup to Backblaze B2

This page summarizes the projects mentioned and recommended in the original post on /r/unRAID

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • BorgBackup

    Deduplicating archiver with compression and authenticated encryption.

  • FROM ubuntu:22.04 RUN apt-get update \ && apt-get install -y wget \ && rm -rf /var/lib/apt/lists/* RUN wget https://github.com/borgbackup/borg/releases/download/1.2.2/borg-linux64 -O /usr/local/bin/borg \ && chown root:root /usr/local/bin/borg \ && chmod 755 /usr/local/bin/borg ENTRYPOINT ["/usr/local/bin/borg"]

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts