Rsync.net Technical Notes – Q4 2025
rsync.net·2d·
Discuss: Hacker News
🦭Podman
Preview
Report Post

Technical Notes - Q4 2025

Append-Only backups with rclone serve restic –stdio ... ZFS vdev rebalancing ... borg mount example (Discussion Thread at HackerNews)

Append-Only Backups with rclone serve restic –stdio

rsync.net users may run unix commands, remotely, over SSH like this:

ssh user@rsync.net md5 some/file

or:

ssh user@rsync.net rm -rf some/file

There is a restricted set of commands that are able to be run and because customer filesystems are mounted noexec,nosuid it is not possible to run commands that customers upload.

However, as an added defense, we also have an arguments firewall wherein we explicitly allow only specific arguments to…

Similar Posts

Loading similar posts...