restic

restic 0.19.1

Backup program that is fast, efficient and secure

https://restic.net
BSD 2-clause "Simplified" License
main program: resticprograms: restic
Platforms (25)
riscv32-linuxriscv64-linuxs390-linuxx86_64-linuxarmv7l-linuxs390x-linuxsh4-linuxmicroblazeel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  restic
];
Ad-hoc shell
nix-shell -p restic
Flake (nix run)
nix run nixpkgs#restic