rsync

rsync 3.5.0

Fast incremental file transfer utility

https://rsync.samba.org/
GNU General Public License v3.0 or later
main program: rsyncprograms: rsync, rsync-ssl
Platforms (45)
mipsel-linuxs390-linuxmicroblazeel-linuxmips-linuxriscv32-linuxi686-netbsdx86_64-redoxx86_64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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