Enterprise SSD "small deals"

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

ca3y6

Well-Known Member
Apr 3, 2021
869
863
93
if your data fits. But a mirror isn't a backup. A backup isn't just for when the disk fails, also when you fat fingered (or got ransomwared!)
 

ca3y6

Well-Known Member
Apr 3, 2021
869
863
93
Windows. I don't think the malware affected linux. Though once they stole admin credentials it doesn't really matter.
 

luckylinux

Well-Known Member
Mar 18, 2012
1,675
548
113
in EU under 150 there is no customs duties for electronics, so ebay can catch VAT.
edit:
imho it is better not to pay VAT at ebay checkout, sometimes i payd to ebay, and DHL deutsche Post wants VAT again from me,
no chance to get VAT back from ebay because values differ every time.
I had to go through eBay "Customer Service" because it messed up once for their International Shipping to Denmark and Postnord asked me to pay VAT again.

I had to upload like 10 Files, explain the Situation to at least 5 poorly trained "People" (or at least 5 poorly trained Chatbots) via email and finally got my like 30 EUR of VAT back. Piss poor Experience.
 

ca3y6

Well-Known Member
Apr 3, 2021
869
863
93
what you can do at least is have a firewall rules to prevent server to server connections of dangerous ports, like RDP on windows or SSH on linux. Likewise, no reason for a server to initiate a connection to your desktop, so firewall rules on your desktop.
 

luckylinux

Well-Known Member
Mar 18, 2012
1,675
548
113
for germany: VAT = 19% of(value of goods + customs duty + shipping costs)
under 150 there is no customs duty, ebay can collect VAT.
over 150: ebay can't know duty of goods, import carrier is responsable to collect money...
I don't think there are any duties anyways.

It's the leeches in the Government charging 160 DKK / 20 EUR or so (at least here in Denmark) and just adding VAT on top of that.

And if it's DHL/UPS they also add like 1% Fees for their "Advance Customs Settlement" or whatever they call it.

That's why when I buy on Aliexpress I sometimes do "small" Orders so that they can fit under 150 EUR and avoid paying 20 EUR extra at Import.

EDIT 1: for Imports from US, I use Jetcarrier, they take care of everything and I just pay Shipping + VAT on the Products, no extra Fees.
 

Fritz

Well-Known Member
Apr 6, 2015
3,780
1,711
113
72
For backups you might want to consider Stablebit DrivePool. it has some nice features. I just discovered one recently when I accidentally deleted the partition form a 14TB HD when I had it out for testing in another box. After an O shit moment that seemed to last forever as I contemplated on how to best fix this major goof I put the drive back in it's original server and to my complete surprise and joy, DrivePool began to rebuilt the pool automatically after booting up without me doing anything but stare in disbelief. After the rebuild everything was back to the way it was before. And also, you can remove a single drive from a pool and it automatically renders the entire pool read only. To recover you simply plug the drive back in.

EDIT - Forgot too mention the pool was X2, (Duplicated) had it been X1 I would have been SOL. And FWIW, if a drive in a pool fails you will only lose whats on the one drive, the rest of the pool is safe, but as individual drives and not a pool.
 

Fritz

Well-Known Member
Apr 6, 2015
3,780
1,711
113
72
How does a Windows-only Application help with GNU/Linux ?
It doesn't. :( I'm still looking for a decent Linux Backup program but haven't found one yet. :(. This is why my 2 backup servers are still Windows. :(
 

kapone

Well-Known Member
May 23, 2015
2,045
1,389
113
Oh yeah I'd be in a big **** if that happened. Same credential everywhere both for root and normal User :rolleyes: . Once again tied to that Issue with Salt and lack of being able to deploy Credentials.

I could in Theory change everywhere except my Workstations, and store the passwords in Bitwarden, but then it's also how to unlock in that event where I got no SSH / Clevis access at boot. Entering 64 Characters via IPMI Web Interface isn't fun :(.
Immutable backups. That's the only way to protect yourself. They can't be overwritten or deleted (unless rotated).
 

ca3y6

Well-Known Member
Apr 3, 2021
869
863
93
But at the risk of stating the obvious, make sure the backup machine has different admin credentials than the rest of the network.
 
  • Like
Reactions: Fritz

kapone

Well-Known Member
May 23, 2015
2,045
1,389
113
But at the risk of stating the obvious, make sure the backup machine has different admin credentials than the rest of the network.
True, but arguably, with immutable backups, it doesn't really matter. Once the backup is written, it is written in stone until you delete/rotate it. Even admin credentials can't modify it.
 

luckylinux

Well-Known Member
Mar 18, 2012
1,675
548
113
More worrisome the drive is probably at least 6 years old.

and Most worrisome the listing includes a pic of a Toshiba drive instead.
Isn't that the whole mess that happened back then with the Merging/Aquisition of Hitachi / HGST into WD, then Toshiba taking over ex-Hitachi business, now split into Kioxia ?

To me it doesn't sound *that* weird. It's like Sun and Oracle, isn't it ?
 

ca3y6

Well-Known Member
Apr 3, 2021
869
863
93
But that's the thing I don't get. There is nothing you can setup with root privilege that can't be removed with the same privileges. Assume a semi-competent malware takes control of your backup machine. What will protect those files? He can simply copy an encrypted version of those files locally then delete all backup data.
 
  • Like
Reactions: nexox

kapone

Well-Known Member
May 23, 2015
2,045
1,389
113
But that's the thing I don't get. There is nothing you can setup with root privilege that can't be removed with the same privileges. Assume a semi-competent malware takes control of your backup machine. What will protect those files? He can simply copy an encrypted version of those files locally then delete all backup data.
The backups would be on a hardened repo. As an e.g. with Veeam:

 

Fritz

Well-Known Member
Apr 6, 2015
3,780
1,711
113
72
In my search I found a program called Backups. It's based on Deja something or other. I'm in the process of backing up to a network drive as I type this. This is the first program I have found that actually works. And as a bonus it was stupid to set up. Most backup programs I've seen act as if there's no such thing as a network or just plain don't work as advertised. This one will also do incremental backups after the first which is what I want.
 

Fritz

Well-Known Member
Apr 6, 2015
3,780
1,711
113
72
I was looking for Restic when I found Backups. Restic is a CLI only program and I prefer a GUI.
 

Fritz

Well-Known Member
Apr 6, 2015
3,780
1,711
113
72
Looks like "Backups" only allows one backup. I can't see where a second or more backups can be set up. Stupidness like this makes Linux look bad. :(