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

help-circle

  • Because as you suspect, an image backup cannot be done while the partition being imaged is live.

    can’t it, though?

    macrium reflect’s normal operation is to run when the ststem is running normally. it creates a volume shadowcopy of your filesystem, and backs that up. a BTRFS/ZFS snapshot is basically what a volume shadowcopy is on windows, but with a less fancy name. if you make a snapshot, you can back that up, either with zfs send, btrfs send, rsync, borg backup, whatever. the difference is that on linux it’s not possible to notify programs that a snapshot will happen please sanitize your databases, while windows does that too, so if you restore on linux that’s like if your computer crashed because power went off

    sure, it can’t be done with other filesystems, but OP said they have BTRFS. I think the boot partition can be safely imaged too: remount as read only and make a normal image.




  • And I hate it too when it goes to the next song and this banner slowly fades in at the top of my screen to tell me what song it is and it also just pauses everything for a moment just for that. There’s other ways I can tell what you’re playing, I don’t need that.

    you can turn that off in the settings. Actually I was pretty happy that it works on linux through wine. but if you can’t find the option, let me know, I have managed to find it recently I think








  • no, it isn’t for

    • matrix, because if the servers ever connect again, the message will get through. this is what’s called an “eventually consistent” system
    • any mainstream and semi-mainstream messengers, where there is a single server (from the users’ point of view), and the message just can’t get lost (randomly)

    the client shouldn’t be dealing with issues between servers. that’s the servers responsibility. if the server has told the client that it got the message, what is there anymore for the client to do?

    The issue with AP objects not making it to other clients / servers is more about federation discovery.

    I don’t think so. if you know the recipient, you know it’s servername too. and then your server can forward it to theirs.

    I think the problem here is that messages are not always delivered.