restic
restic 0.19.1
Backup program that is fast, efficient and secure
https://restic.netBSD 2-clause "Simplified" License
main program: resticprograms: restic
Maintainers
Platforms (25)
riscv32-linuxriscv64-linuxs390-linuxx86_64-linuxarmv7l-linuxs390x-linuxsh4-linuxmicroblazeel-linux
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