Best backup plugin for a 1.21.8 fabric server hosted on Mac

Im thinking of hosting a server on my MacBook but I’ll be busy and won’t be able to manually create backups since I’ll be somewhere else when the server is running and im worried something might happen and it’ll require a rollback. Are there any good auto backup plugins for fabric 1.21.8-.9? Or how to make a auto create and delete command
6 Replies
iRazvan2745
iRazvan27452mo ago
you shouldnt use plugins for this, use restic and auto-restic
Fluffy The Gamer 2046
What is restic?
Eismeister
Eismeister2mo ago
GitHub
GitHub - restic/restic: Fast, secure, efficient backup program
Fast, secure, efficient backup program. Contribute to restic/restic development by creating an account on GitHub.
iRazvan2745
iRazvan27452mo ago
Incremental backups Very efficient
NieGestorben
NieGestorben2mo ago
I use borg
GitHub
GitHub - borgbackup/borg: Deduplicating archiver with compression a...
Deduplicating archiver with compression and authenticated encryption. - borgbackup/borg
Upioti
Upioti2mo ago
This Ideally backups shouldn’t even be on the same server as the backed up data Even worse in the same folder If a plugin can create/modify files another plugin can delete them

Did you find this page helpful?