New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Should I buy hostbrr's storage box?
noloudelou
Member
in Help
I saw its 500g storage box and I think it's a pretty good offer, but just two questions: I saw someone said its io and bandwidth is pretty low, is it better right now? And does hostbrr have a money back guarantee? I didn't find it on their website. Thank you guys!

Comments
Yes
Yes No Maybe
Tanhks bro
Good answer, contained everything
Thanks bro
It worked great for my needs. Just using it as a backup of a backup.
Speeds were fine worldwide. Not the most amazing but it's a 7/y I'm not complaining.
Thanks bro, decided to buy
Congrats, make sure to read the tos and aup and stuff. It's not a DMCA ignore host
okay, I won't do dmca thing on purpose I suppose
7/year for 500g is a great deal imo. and it works pretty well with rclone from my experience, which provides great flexibility as well.
I have one and the bandwidth is not the greatest. IO hasn't been a problem, but the transfer speeds are slow. Still a great value.
buy first regret later
Storage box easily mounted into VPS or what yall do with it? Not enough room for my media
YES!
Thank you everyone, got many useful advice, bought it already but it's still pending, will test it tomorrow
I made a small wrapper around rsync that I call brrsync (I'm more proud of the name than the code
) so I can easily upload, download or sync files from cli. I use it mostly to move around small configs, scripts, zonefiles and stuff like that.
Yes
Can I get to see brrsync? It sounds so good
Yes you can ask for refund within 7 days. https://lowendtalk.com/discussion/202755/hostbrr-valentine-offers-10-gbps-storagebox-7-year-cpanel-85-off-flash/p1 look at the last. Bandthwidth speed is decent. But if you are thinking to run nextcloud on storage boxes , low memory makes it horrible.
Is the 1TB package much better?
Thank you bro, low memory is not a worry as long as the network is good enough to mount it onto my vps, I'll put nextcloud on my vps then. Thanks
If you buy 1TB package, you'll get 1TB storage with 5TB bandthwidth. You will not be allotted anything extra such as memory even if you buy 5TB storage boxes as far as I know. Therefore if you need 500GB, then don't go for 1TB.
Memory will be doubled across all packages soon.
I would have to clean out some of the code first since it does some internal stuff for authentication, but basically it just checks if the first argument is ls, put, get, syncup, syncdown or mount, and then uses rclone or rsync to accomplish it. It's really a ten minute job to script it.
If I get the time I might clean it up some, but it's really nothing you cant do yourself in ten minutes.
I'm really happy with mine, and for $7/yr even happier
I made some cleanups and simplifications and renamed it brclone.sh since it's only using rclone now, but you can of course call it whatever you like.
It should pretty much run out of the box as long as rclone and fusermounts exists.
The script requires a working configuration of rclone, so run 'rclone config' first.
You will need to adjust the REMOTE variable in the script, it should point to whatever you named your rclone configuration and the remote path, something like "rcloneconfig:/home2/username/brclone" The rest should be pretty much self-explainatory.
I just have to add that 500G at $7 per year and how easy it is to use with this script, it's good value for the money.
Use at your own risk, ymmv, take backups first, no responsibility etc etc.
Thanks bro! It's really a big help!
For those who don't know, it's probably worth mentioning that uploading a directory via rsync is literally one command. It isn't even necessary to have SSH running in another window. All this I learned very recently. One just needs to create a destination directory via the easy web interface.
This script looks interesting, though I honestly don't know what it does.
Newbies should not be intimidated.
Yeah that's true, scripts need to be run with caution
For those who don't read code, what does that script do? Genuinely curious.