• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2025

help-circle





  • Haha, I feel that switch to LTS only releases. I was upgrading to every release in the beginning as well but it started to get old real fast. I run Mint nowdays. In the early days I loved testing new distros and tweaking around with my system, but after over a decade working in tech the last thing I want to do in my free time is have to fix my own computer.



  • He’s been on version 22 since I set it up back it February of this year. I don’t think a new major version had come out since then. (I actually haven’t thought to check) my plan was just to do a fresh install as needed for major updates, or when his current version stops receiving security updates since new features aren’t really a concern for him.






  • OR3X@lemmy.worldtoLinux@lemmy.mlsystemd(ont)
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    edit-2
    5 months ago

    True, but for some reason there are a bunch of people who shutdown their PC every time they’re done using it and unless you’re using a laptop, I have never understood that. Screen lock + monitor sleep is the way.




  • OR3X@lemmy.worldtomemes@lemmy.worldScare screens Irrelevant
    link
    fedilink
    arrow-up
    58
    arrow-down
    4
    ·
    edit-2
    5 months ago

    The people saying “just pay for premium” don’t seem to understand that in the beginning YouTube was free and had no ads. When google purchased it they promised to keep it that way. Then they slowly started with ads. At first they were pretty unobtrusive banners, then a short skippable preroll then multiple preroll then unskippable preroll. The reason I refuse to pay for premium is because Google created this issue and is now selling the solution. I refuse to be a part of that. It has nothing to do with the creators.




  • I mean, if you want a full mirror, rolling your own backup target is going to be the cheapest option even with the current high price of hardware. Other options are cloud storage, or using another media like tape. Cloud storage is of course an on going cost which rules it out for me, not to mention privacy concerns. There are certain “cold storage” options from cloud storage hosts which are considerably cheaper but they have limitations on how the data can be accessed and how often. The tape route is possible but it’s not really viable for home use due to the high upfront cost of the drives. Outside of that, backing up a subset of your storage as others have suggested is the only other option. Creating viable backups without breaking the bank is a challenge as old as computers, unfortunately.


  • So you have 56TB of total storage, but how much of that 56TB is actually used? Take the amount of storage used and add 10-12% to that figure. Now you create a new NAS (preferably off-site) with that amount of storage and that becomes your backup target. Take an initial backup (locally if possible to speed up the process) and then you can use something like rsync to create incremental backups going forward. This is the method I’ve used and so far it has worked out well. I target 10-12% more than the amount of used storage for my backup capacity because my storage use grows reasonably slowly. If your usage grows faster you might want to increase your “buffer” a little more so that you’re not having to constantly add drives to your backup target.