Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

  • 0 Posts
  • 109 Comments
Joined 3 years ago
cake
Cake day: June 13th, 2023

help-circle


  • Recently helped someone get set up with backblaze B2 using Kopia, which turned out fairly affordable. It compresses and de-duplicates leading to very little storage use, and it encrypts so that Backblaze can’t read the data.

    Kopia connects to it directly. To restore, you just install Kopia again and enter the same connection credentials to access the backup repository.

    My personal solution is a second NAS off-site, which periodically wakes up and connects to mine via VPN, during that window Kopia is set to update my backups.

    Kopia figures out what parts of the filesystem has changed very quickly, and only those changes are transferred over during each update.




  • So, you think she should live in physical and mental agony, so dad doesn’t have to be sad?

    If it went like that, if her dad ever emotionally matures enough to feel the guilt of forcing her to do that, the mental hit he’d take would be a million times worse.

    At that point, not only would the daughter be in pain, it would be his fault.

    None of this involves self-diagnosis. You can’t just ask for assisted suicide. Like others are commenting, in countries that allow it, the pricess is rigorous.



  • Self hosting Stoat is a nightmare at the moment.

    Only the webUI works out of the box, if you want the phone app you need to compile it yourself.

    At least the desktop app now supports connecting to custom instances, but it’s by launch option, not the GUI.

    All that said, my understanding was that you give the code to your friends, and they have to enter it during signup.

    Enabling invite-only doesn’t remove the signup functionality, it adds authentification, so only people with the invite code can pass.













  • Sorry, I must’ve misremembered about systemd. It’s how my installs start up, and the unit file is not in the usual location for systemd units I’ve created myself, so my assumption was it came with Kopia. There is no systemd timer though, and one isn’t needed.

    Edit: Just confirmed no systemd file came with kopia on my system either, my mistake.

    in the past week, it did not backup anything. Hence, there is no scheduler built into kopia automagically as described/ hinted in the docs.

    Was Kopia running during that time?

    If you run Kopia commands, then it will perform the instructed task, and then exit. It will obviously not do anything after completing whatever command was given, as the process will have exited, leaving no kopia process running on the system. This is for when you use it in cron or your own scripts.

    The other way of doing things is to run it in server mode kopia server start, which will set it running as a background daemon. When running, it allows you to log into the web interface or configure it via cli to do whatever you like. And as long as the process starts along with the host system, that’s all there is to it.

    How the daemon is set up to start, doesn’t really matter.