New top story on Hacker News: Show HN: Syq – copy files between machines fast (better than rsync)

Show HN: Syq – copy files between machines fast (better than rsync)
11 by greaber | 7 comments on Hacker News.
I got frustrated with the slowness of rsync and made an alternative that works faster by using multiple parallel connections, direct encrypted TCP when available, and other optimizations. I also added cool features like the ability to maintain a persistent ssh connection to the server for fast one-offs, the ability to download to your laptop while working in an ssh shell on a server, and the ability to do direct remote-remote transfers without forwarding your ssh agent (by using restricted ssh keys on the receiver that will only execute a specific request signed with the key on your laptop). It is also designed to be more robustly/flexibly scriptable than alternatives.

September 10, 2026 at 10:01PM greaber 11 https://ift.tt/AcMJRt5 Show HN: Syq – copy files between machines fast (better than rsync) 7 I got frustrated with the slowness of rsync and made an alternative that works faster by using multiple parallel connections, direct encrypted TCP when available, and other optimizations. I also added cool features like the ability to maintain a persistent ssh connection to the server for fast one-offs, the ability to download to your laptop while working in an ssh shell on a server, and the ability to do direct remote-remote transfers without forwarding your ssh agent (by using restricted ssh keys on the receiver that will only execute a specific request signed with the key on your laptop). It is also designed to be more robustly/flexibly scriptable than alternatives. https://greaber.github.io/syq/

Nhận xét

Bài đăng phổ biến từ blog này

New top story on Hacker News: Ask HN: Who wants to be hired? (July 2026)