• 6 Posts
  • 128 Comments
Joined 1 year ago
cake
Cake day: August 15th, 2023

help-circle












  • Then sell me a 1TB plan—don’t call it unlimited.

    I’m not screwing anybody over. I am using an available plan from a large company, and they have not had any issue with my usage that they have deemed necessary to bring to my attention. I cover multiple machines with their service, and my other machines have far less data on them—likely below their average. I am using it as a personal backup, as intended. Even if I trend above their average, they had to expect that some users would fall into that category if the option was available.

    You are the only party that seems to have a major issue with how I’m using the service. I don’t understand why you seem to have such a strong opinion on this.

    If a business doesn’t want a plan to be used as unlimited storage, then they should simply set a limit in the terms.


  • 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.






  • WeirdGoesPro@lemmy.dbzer0.comtoPiracy@lemmy.mlSeedbox recs
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    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.


  • WeirdGoesPro@lemmy.dbzer0.comtoPiracy@lemmy.mlSeedbox recs
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    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.