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.

Comments
I'm not, just mentioning that it's not full encryption like Restic and other backup tools do. Crypt is an excellent lightweight solution.
Wrap to rclone chunker 😅
Yeah, that is the downside. Keys are not supported, only username+password. As I only use the storagebox for this, I just accept it.
Dammit wrong AMDs on sale now I'm sad
Waiting for Turin.
I'm kinda giving up by now. They are already on the order page on another place but without the discounts - yet they are named the same thing
I never have hopes. If I can get the offer - I get it. If it is gone, so be it.
You are a smarter human than I am
Habits, my friend, habits...
Stop being a tease!
Has anyone ordered 9950X3D? Can you share the yabs results?
Someone in the megathread did at least
I did not see someone posted it on the megathread of that specific vds, so i made my yabs for it and posted it on the megathread.
https://lowendtalk.com/discussion/comment/4636859/#Comment_4636859
Yabs looks great.
Now hoping for a turin restock with ability to attach block storage.
It's been 2 days but there is still no stock. I hope the stock will be added.
I finally found a way. Also, do you use SQLite or Redis? It seems Redis offers better performance.
need more turin and TR
Hi @labze,
Please restock Threadripper 6 GB if possiible!
I don't want to test it, I want to use it!
Thank you very much!
Please check tickets 5528827
Can I still get the discounted price for the AMD Ryzen 9950X VDS Germany - 1 Gbps?
How did you do it? I would love to do so as well but was too stupid to figure it out.
I used SQlite in the past for ease of backups, although JuiceFS does periodic metadata dumps as well. I tried Redis (valkey) for performance, found no difference but using Redis I can mount the FS from several machines at the same time - I use it to backup my files on my homeserver, as mentioned above. I think it makes no difference, the performance bottleneck will be the speed to the storagebox.
I thought about using MySQL as metadata DB and store that on the storagebox MySQL instance, so that all data is on one machine and I don't have two points of failure, only one. Depending on your latency from the VPS to the storage box, this may suck hard however.
Did anyone buy any HDD VPS plan (not Storage Box)? I seem to be getting around 10-20MB/s read/write on the HDD directory. Wondering if this is expected performance or something else is wrong. For comparison, my storage box is easily 5x+ faster.
cached vs non-cached
Obviously not expected, send ticket.
I got a sustained 60MB+/s write when I transferred in 100GB+ into the storage box yesterday.
You should be able to shorten it by just eval "$(ssh-agent)";
Ok, I will do some more tests before doing that.
Please share the steps.