Replies: 4 comments 2 replies
-
|
But it seems to have been inactive in nixpkgs for five years. |
Beta Was this translation helpful? Give feedback.
-
|
Can you describe a use case for such a package? And explain why the binaries provided by the existing distributions are not enough? |
Beta Was this translation helpful? Give feedback.
-
|
Oh sorry, I forgot to remind this: the upstream didn't provide precompiled binaries: RsyncProject/rsync#72 (comment) |
Beta Was this translation helpful? Give feedback.
-
|
I personally used it to transfer files via ssh, but on my one machine, it only has the old version, I want to use the latest version. ~$ sudo apt install rsync
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
rsync is already the newest version (3.2.7-1+deb12u2).
0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded.
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Looks like rsync can be built with nix: https://github.com/NixOS/nixpkgs/tree/0736e7e3a90fb6d2ff6e11c077918220a253c9bc/pkgs/applications/networking/sync/rsync
as said in: RsyncProject/rsync#72 (comment)
Thank you for your great work
Beta Was this translation helpful? Give feedback.
All reactions