• 0 Posts
  • 12 Comments
Joined 2 years ago
cake
Cake day: July 5th, 2023

help-circle


  • prime doesn’t even make sense anymore for delivery. i got rid of it years ago when they would keep delaying deliveries for a week that were 2 day guaranteed. turns out when your business model depends on having a manageable amount of customers then eventually you can’t actually keep up with demand. if I’m going to wait anyways and be gaslit by made up estimates it’s better to just order direct from manf and remove the gaslighting bit. and in the case where an item is only sold through Amazon, they already offer free shipping for large orders or it’s $6 and they have to refund that if they break their guarantee instead of me paying hundreds to be refunded with audible credits?

    why do people still use prime for delivery, is it just to feel secure?





  • kewjo@lemmy.worldtoSelfhosted@lemmy.worldDocker Backup Stratagy
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    3 months ago

    caches are never really a concern to me they will regen after the fact, from your description i would worry more about db, this is dependent though in what you’re using and what you are storing. if the concern is having the same system intact then my primary concern would be backing up any config file you have. in cases of failure you mainly want to protect against data loss, if it takes time to regenerate cache/db that’s time well spent for simplicity of actively maintaining your system



  • kewjo@lemmy.worldtolinuxmemes@lemmy.worldNo bloat
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    3 months ago

    in Windows you separate each drive by a letter like C:, D:, etc, however on Linux your drives are mounted as part of your folder structure. the top level is called root which would be / you can then mount each disc as a folder under root, so for example /home could be a separate hard drive but it’s still mounted under root, note the starting slash. This means the command deletes any and all files+directories under root, this can include mounted USB, mounted network drives and anything mounted to your root. you’re basically nuking all the files you can access when you’re logged in as admin/root.