Hacker News new | ask | show | jobs
by rsync 4469 days ago
rsync.net lets you do things like this:

  mysqldump -u mysql db | ssh 1234@usw-s001.rsync.net \ 
"dd of=db_dump"

and this:

  ssh user@rsync.net s3cmd get s3://rsynctest/mscdex.exe
and this:

  ssh user@rsync.net "git clone git://github.com/freebsd/freebsd.git freebsd"
... and has had a "HN readers" discount for new users for many years now.