Hacker News new | past | comments | ask | show | jobs | submit login
Rclone Support at Rsync.net (github.com/ncw)
2 points by rsync on June 14, 2019 | hide | past | favorite | 3 comments



rclone runs over plain old SFTP so in terms of transport, it's a no-brainer ...

The issue was that rclone requires a server-side binary to run and the rsync.net platform has an extremely simple, stripped down, jailed environment that we are extremely reluctant to add pieces to.

It was definitely worth the time to explore every command line option (there are a lot of them) and whitelist the ones we're comfortable with and put the binary in place - rclone is a swiss army knife for cloud storage and I am excited to start writing recipes for doing very interesting things with your rsync.net account.


Can you elaborate on how rclone interacts with the server? My understanding of “[it] runs over plain SFTP” and “[it] requires a server-side binary” would make them opposites, but since you just implemented it, I assume I’m missing something :D

Unless you’re referring to the SFTP binary itself being required?


SFTP is the protocol, although in this case it appears to be done over ssh.

The binary itself is rclone. And rclone appears to be a pretty hairy beast, so it has taken a while to vet the arguments they want to allow and prohibit the rest that they don’t.




Consider applying for YC's Summer 2025 batch! Applications are open till May 13

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: