• 20 Posts
  • 492 Comments
Joined 11 months ago
cake
Cake day: August 15th, 2023

help-circle
  • You are massively oversimplifying the situation. They are discriminating against which operating system I use, and not addressing that data is data. If I ran a windows VM on the same machine and put my data in there, it would be exactly the same as running the Backblaze container.

    And it isn’t a $20 per year difference—if I backed up the same amount of data on the B2 plan, it would be around $3000 per year. Seems like a pretty steep increase to back up the same amount of data through Debian as opposed to Windows. They’ve never complained, never even tried to sell me the B2 plan, and I haven’t even seen anything telling me I’m storing an overly large amount of data for my plan.

    Lastly, I read their TOS, and I don’t consider myself to be breaking them. I’m only backing up personal files at home and the program is technically running through a windows environment. That is what their unlimited plan was designed for. If they wanted it to be different, they could call it a 10TB plan.

    I’m sure some will disagree with me. To each their own.





  • I think it boils down to asking what the purpose of a company is. In my opinion, a company should be a vehicle to sustain and enhance the lives of all employed by it. Your paycheck should be your minimum compensation, with windfall profits mostly split amongst the employees so that the maximum number of contributors benefit from it.

    I’m ok with the idea of there being a sliding scale within reason because I understand that the company leadership holds a lot of the legal liability, but the CEO getting a yacht and the desk clerk getting a candy bar just doesn’t really cut it.














  • Honestly, I’d sincerely recommend learning run or compose from the cli to get your containers started. Understanding the available variables and how to use them will teach you everything you will need to know if you choose a tool like DockStarter or Portainer later. They are convenient, but the way they hide the underlying run and compose options can sometimes end up limiting your understanding in the long run.


  • I thought I didn’t understand docker until I realized I was trying to use crappy broken containers. I can vouch for the official gluetun and qbittorrent ones functioning normally.

    Both can be created easily with docker run if you don’t feel comfortable working with docker compose yet. Both of their pages have run and compose options in the description.

    I don’t think you’ll regret the time taken to learn it if you go this route. Docker permanently changed how I managed my services for the better.