Softwr
rustic logo

rustic

Rust reimplementation of restic that reads and writes the same repository format

As of 31 August 2026, rustic is free to use. A backup client compatible with restic repositories, written in Rust, with configuration profiles instead of long command lines and better behaviour against cold storage. Softwr lists it under Backup. rustic is made by rustic contributors, available on Linux, macOS, Windows.

Overview

What rustic does

rustic is an open source backup tool that implements the restic repository format in Rust. It performs deduplicated, encrypted, incremental backups to local disks, SFTP, S3 compatible object storage and rclone remotes, and because the repository format is the same, a repository can be read and written by both rustic and restic. It adds configuration profiles held in files rather than assembled from environment variables and flags, and options aimed at append only and cold storage back ends. The reason to look at it is that it treats restic compatibility as a contract rather than an inspiration. Anyone with years of restic snapshots can try a different implementation without migrating data or giving up the ability to go back, which is a rare property in backup software where the format is usually the lock-in. That makes evaluating it cheap, and it makes an ecosystem of two implementations of one format possible, which is worth something for long lived archives. Buyers are existing restic users who want cheaper pruning, configuration files or lower memory use on constrained machines. The trade-off is maturity and scale of maintenance. It is a much smaller project with far fewer people who have restored from it under pressure, and inheriting the restic format also means inheriting that format design, so the operations that are expensive in restic are broadly still expensive here.

What people use it for

  • An existing restic user who wants configuration files rather than long command lines in cron
  • Backing up a memory constrained machine where the reference implementation is uncomfortably heavy
  • Writing to append only or cold object storage where the default tooling assumes rewritable buckets
  • Keeping a second implementation available so a long lived archive does not depend on one codebase

The honest half

Where it falls short

Concrete and checkable, so you can decide whether any of them matter to you. This is the half of a review a vendor will not write about rustic.

  • The project is small with a short list of active maintainers, so bus factor is a genuine consideration for software whose job is to still work in five years.
  • It inherits the restic repository format, so design limits in that format, including the cost of pruning large repositories, are inherited rather than fixed.
  • Command names, flags and behaviour do not map one to one onto restic, so scripts and runbooks need rewriting rather than a binary swap.
  • Far fewer people have performed a real restore from it under pressure, and backup software is one of the few categories where being second most used is itself a risk.
  • Alternating between rustic and restic against one repository works but doubles the surface for a version incompatibility to corrupt state, so most operators should pick one and stay with it.

Cross-shopped

What people choose instead of rustic

Each pairing was judged by two reviewers asking whether a buyer would genuinely weigh the two against each other. The ones that failed were deleted rather than published.

  • rustic logo
    rustic
    vs
    Restic logo
    Restic

    Restic: The reference implementation of the same format, with a longer track record and a much larger user base

  • rustic logo
    rustic
    vs
    Kopia logo
    Kopia

    Kopia: If you want compression by default, a desktop interface and packing that suits per operation billed storage

  • rustic logo
    rustic
    vs
    Borg Backup logo
    Borg Backup

    Borg Backup: Stronger deduplication for a single machine, if the repository can live on a filesystem rather than object storage

Pricing

What rustic costs

Taken from the vendor's own pricing page. Prices move, so check before you buy.

rustic

Free

  • Full functionality, no data limit
  • All supported storage back ends
  • Community support via GitHub
  • Dual licensed Apache and MIT

Capabilities

Features

  • restic format compatibility

    Reads and writes existing restic repositories without conversion

  • Configuration profiles

    Backup sources, exclusions and repository settings live in files instead of command line flags

  • Deduplicated encrypted backups

    Content defined chunking with client side encryption, as in the restic design

  • Cold and append only storage support

    Options for repositories on storage that cannot be freely rewritten

  • Multiple back ends

    Local paths, SFTP, S3 compatible object storage and rclone remotes

  • Library crates

    The implementation is published as Rust crates so other tools can embed it

Answered, with sources

Questions people ask

Each answer names the page it came from, so you can check it rather than take our word for it.

Can it read my existing restic repository?

Yes, that is the point of the project. Take a copy and verify before you rely on it, as with any change to backup tooling.

Should I switch from restic?

Only for a specific reason such as configuration profiles, memory use or cold storage handling. Compatibility means there is no cost to trying and no cost to going back.

Is it production ready?

It is used in production by a small community, but it is younger and less exercised than the implementation it is compatible with. Test restores accordingly.

Does it support the same back ends?

The common ones, including local, SFTP, S3 compatible storage and rclone. Check the current list before committing to an unusual target.

Share

Keep looking

Where to go from rustic

Best Backup software for

Compare rustic with

Other Backup software

  • Open source deduplicating backup with client side encryption and a repository on almost any storage

    Open source12 researched notes
  • Deduplicating archiver with compression and encryption

    Free plan11 researched notes
  • Fast, secure, and efficient backup program

    Free plan9 researched notes
  • Deduplicating backup server for virtual machines, containers and Linux hosts, with verification built in

    Open source12 researched notes
  • Lock-free deduplication cloud backup

    Free, then $50/yr9 researched notes
  • Open source client server backup doing both file and whole disk image backups of Windows machines

    Open source12 researched notes
  • Kubernetes application backup with a free tier up to one terabyte

    Free, then $0.2/node hour11 researched notes
  • Open source backup and migration for Kubernetes cluster resources

    Open source11 researched notes
  • Disk-based backup with built-in deduplication

    From $5,000/one-time4 researched notes
  • Backup as a service spanning SaaS applications as well as infrastructure

    Pricing on request11 researched notes
  • Low-cost backup for virtual machines, servers, endpoints and SaaS from Vembu

    Pricing on request11 researched notes
  • Cloud backup for managed service providers with instant streamed recovery

    Pricing on request11 researched notes
  • Backup and security for Google Workspace and Microsoft 365

    From $4/mo11 researched notes
  • Backup and recovery for OpenStack, Kubernetes and Red Hat Virtualization

    Free plan11 researched notes
  • All-in-one backup and recovery appliance

    From $55/mo8 researched notes

Softwr does not host reviews and shows no star rating for rustic, because a rating we did not collect is not ours to publish. What is here is the pricing and platform detail from the vendor’s own pages, limitations we could state concretely, and alternatives a reviewer confirmed people weigh against it. Tell us if any of it is wrong.

More on rustic

Best Backup software alternatives

Microsoft 365, Dynamics and Salesforce backup from a long-standing Microsoft partner

quote

Low-cost backup for virtual machines, servers, endpoints and SaaS from Vembu

quote

Kubernetes application backup with a free tier up to one terabyte

Per node hour

Backup and recovery for OpenStack, Kubernetes and Red Hat Virtualization

Per node per year

Serverless AWS backup with published per-gigabyte rates and explicit restore charges

Per GiB-month protected

Cloud backup for managed service providers with instant streamed recovery

quote

Backup as a service spanning SaaS applications as well as infrastructure

quote

SaaS Kubernetes backup and migration with published per-node pricing

Per node per month

Compare rustic with alternatives