Earlier quoted context omitted.
Thanks for letting us know. I'm a client of yours and I'm happy with the service. Aside: Ever consider making some portion of the storage available for sharing. I often take screenshots/share documents with my teams and use a program that can use SFTP. Great work.
Well, one bedrock design consideration at rsync.net is that there will never be an HTTP server on our systems - the storage is accessible by SSH only.[1] Surely that limits our product fit and reduces our growth BUT what it does for security and attack surface is priceless. However, the idea that you might have a fixed subdirectory in your rsync.net account - with a distinct password and login - is interesting and we…
An rsync.net account is the swiss army knife of cloud storage
11–20 of 22 posts
Re: An rsync.net account is the swiss army knife of cloud storage
#12Never had any issue with their service, always above board.
I had to recover my backup and didn't have any issue. Thanks for the great service.
Re: An rsync.net account is the swiss army knife of cloud storage
#13Re: An rsync.net account is the swiss army knife of cloud storage
#14Re: An rsync.net account is the swiss army knife of cloud storage
#15... if it's not clear, the enabling technology here is the wonderful rclone[1] tool which rsync.net has built into the platform. So, in the same way that you can run 'git' commands over SSH: ssh user@rsync.net "git clone git://github.com/freebsd/freebsd.git freebsd" ... you can now, also, run 'rclone' over SSH: ssh user@rsync.net rclone s3:/some/bucket gdrive:/blah [1] https://rclone.org/
Fantastic product, always seen your posts on HN and signed up a few months ago with a 100GB plan. Been very happy :)
Re: An rsync.net account is the swiss army knife of cloud storage
#16... if it's not clear, the enabling technology here is the wonderful rclone[1] tool which rsync.net has built into the platform. So, in the same way that you can run 'git' commands over SSH: ssh user@rsync.net "git clone git://github.com/freebsd/freebsd.git freebsd" ... you can now, also, run 'rclone' over SSH: ssh user@rsync.net rclone s3:/some/bucket gdrive:/blah [1] https://rclone.org/
Happy rsync.net client here, thanks for the great service; the ability to use rclone for exactly this purpose, without having to worry about ingress/egress charges, is a huge value-add. Edit: Will free-of-charge ingress/egress always be a feature of the service? With more customers using rclone for shifting data to/from/between other services, I'd hypothesize that bandwidth use could be creeping up. Edit 2: A feature…
However, even our discounted pricing is more expensive than the cutthroat seedbox provider pricing that we see out in the world - so I think serious folks will use rsync.net accounts for brokering data like this, but the datahoarder crowd will store their petabytes elsewhere.
Also, we have recently turned up multiple 10gb pipes at he.net which we found to be very affordable in 2021 so, at least for now, we have bandwidth to spare ...
Re: An rsync.net account is the swiss army knife of cloud storage
#17Very happy rsync customer here. Their pricing is kind of weird, but after being a customer for a year or so they gave me a big discount that makes it competitive on cost/GB-month terms with cheaper providers, and of course rsync’s infra and redundancy are rock solid.
That being said, if there was no 400GB minimum, I'd open an account this week, even at the higher prices.
Re: An rsync.net account is the swiss army knife of cloud storage
#18Very happy rsync customer here. Their pricing is kind of weird, but after being a customer for a year or so they gave me a big discount that makes it competitive on cost/GB-month terms with cheaper providers, and of course rsync’s infra and redundancy are rock solid.
Are you willing to share the price? rsync.net has quite a bit that appeals to me, but I cant justify 5x the cost of B2 (which I'm generally happy with). That being said, if there was no 400GB minimum, I'd open an account this week, even at the higher prices.
Re: An rsync.net account is the swiss army knife of cloud storage
#19We switched to use the https://www.borgbackup.org/ software, which does deduplication, and rsync.net offers special lower pricing https://rsync.net/products/attic.html Note the "There is NO borg specific technical support or integration engineering. You're here because you're an expert." disclaimer.
Re: An rsync.net account is the swiss army knife of cloud storage
#20We switched to use the https://www.borgbackup.org/ software, which does deduplication, and rsync.net offers special lower pricing https://rsync.net/products/attic.html Note the "There is NO borg specific technical support or integration engineering. You're here because you're an expert." disclaimer.
So for some reason I am just discovering borg (been an rsync.net customer since 2014), currently all my data is GPG encrypted on the client side, so database dumps, files and server logs. I have a custom script that encrypts all files, then rsyncs them to rsync.net, if I need them, rsync them back to a local machine and decrypt using GPG. A drawn out process that seems quite antiquated, especially seeing as my need t…