• 0 Posts
  • 13 Comments
Joined 11 months ago
cake
Cake day: August 9th, 2023

help-circle

  • Muehe@kbin.socialtoReddit@lemmy.world*Permanently Deleted*
    link
    fedilink
    arrow-up
    17
    arrow-down
    5
    ·
    10 months ago

    When ridiculing the dystopian mess that is the “social credit score” system in China it is good to always remember that it is called like that because it was based of the “credit score” system used in many libertarian countries, where it is regularly used to deny access to essentials of societal life, like housing, energy, and communication.




  • Scientist for the first twenty years of my life:

    We are destroying the only ecosystem supporting human life, it’s going to start being really bad in a hundred years.

    Scientists for the last ten years of my life:

    Haha, we might have been a bit optimistic on that estimate, this new data looks really bad. Oops.

    Anti-doomers the whole time:

    Hey don’t be alarmist, you will just make the public apathetic and nothing will get done.

    The public:

    The fuck are these fucking idiots sitting in the god-damn road for? I gotta get to work, move it!

    Politicians:

    *doing nothing*









    1. What would be the advantage of running Nextcloud as a docker, instead of within a VM?

      • No idea really beyond the usual VM/container trade-offs, I guess it would allow you to use orchestration tools and similar for Docker.
    2. What would be a sensible way to have an incremental/differential backup of the VM/Docker?

      • If you use Proxmox as your hypervisor it comes with a sophisticated backup solution, probably the same for ESXi or whatever. Not sure about Docker.
    3. The storage usage of my Nextcloud instance exceeds 1TB. If I run it within a VM, I will have to connect it to a 2TB SSD. Does it make sense to add the external storage space to the VM? […]

      • That’s what I would do at least. Connecting external storage space to a VM/container is relatively trivial and Nextcloud recommends to separate binaries and data directory anyway. Plus this allows you to use different backup strategies for data versus binaries+metadata.

    In case you haven’t yet, I’d also recommend taking a look at this: https://github.com/nextcloud/vm

    It’s basically a collection of three shell scripts to install, manage, and update Nextcloud. Last time I tried it also worked on LXC/LXD, not only VMs. It would probably work on Docker as well and has some files related to that in the migrate/docker directory.