• 0 Posts
  • 138 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle











  • Have you considered only backing up the data you can’t replace relatively easily? I would look into a strategy of periodically backing up the list of media in a format that can easily be imported into Radarr or whichever system you used to acquire them. Sure, if the worst happens it’ll take forever to redownload, but you can just prioritise the things you want to watch right now while everything’s rebuilding in the background.

    Definitely do back up photos, documents and your home directory (excluding stuff like a steam library), but hopefully you should be able to fit all that on a NAS or external HD.





  • Eh, I can see why you’d want something like that in a language like JavaScript where pretty much all native ways of validating input have weird edge cases. Sometimes you just want the community to figure it out for you instead of reinventing the wheel and finding out you missed something later on.

    A whole package that handles validation of inputs, or a math package would be better than a package that just has one function tho.