duplicity

duplicity 3.0.7

Encrypted bandwidth-efficient backup using the rsync algorithm

https://duplicity.gitlab.io/duplicity-web/
GNU General Public License v2.0 or later
main program: duplicityprograms: duplicity
Platforms (31)
microblaze-linuxs390-linuxs390x-linuxi686-linuxx86_64-windowsarmv7a-linuxmips64el-linuxi686-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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