rclone

rclone 1.75.1

Command line program to sync files and directories to and from major cloud storage

https://rclone.org
MIT License
main program: rcloneprograms: rclonefs, rclone, mount.rclone
Platforms (30)
armv7l-linuxmips64-linuxarmv6l-linuxloongarch64-linuxx86_64-freebsdarmv7a-linuxarc-linuxsh4-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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