this post was submitted on 09 Aug 2021
10 points (91.7% liked)
Gaming
20442 readers
149 users here now
Sub for any gaming related content!
Rules:
- 1: No spam or advertising. This basically means no linking to your own content on blogs, YouTube, Twitch, etc.
- 2: No bigotry or gatekeeping. This should be obvious, but neither of those things will be tolerated. This goes for linked content too; if the site has some heavy "anti-woke" energy, you probably shouldn't be posting it here.
- 3: No untagged game spoilers. If the game was recently released or not released at all yet, use the Spoiler tag (the little ⚠️ button) in the body text, and avoid typing spoilers in the title. It should also be avoided to openly talk about major story spoilers, even in old games.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I have a setup which automatically backs up and restarts services based on borgbackup and borgmatic: https://wiki.tilde.fun/admin/backup/borgmatic
Maybe you can do backups differently by using snapshots. I'm sure you can talk to the devs to find out how they think this is a good idea (doesn't sound like a good idea to me).
Indeed IF I have a chance at this I either can freeze the docker directly and if that doesn't do it justice, I may be able to freeze the entire VPS instead (at the new host that is since the current SolusVM installation at the current host doesn't even works properly and consistently logs me out for NO reasons).
You can use VACUUM INTO to make a live copy of an SQLite DB, maybe borgmatic already supports that, and there are coubtless tutoriala on how to backup Docker containers. So in theory it should be possible 😊