Szum123321 / textile_backup

Backup Mod for Fabric
https://www.curseforge.com/minecraft/mc-mods/textile-backup
GNU General Public License v3.0
90 stars 29 forks source link

Btrfs snapshot support #93

Closed himekifee closed 2 years ago

himekifee commented 2 years ago

Some sort of btrfs snapshot support. I was writing BtrBack and found it too complicated to redo everything so I wrote some changes to support the functionality in this mod. For now, it uses jna and require host to have lib libbtrfsutil. I may do something like python-btrfs to support btrfs manipulation natively later. Should not break any functionality before adding this.

Szum123321 commented 2 years ago

Sorry, but this mod is meant to be fully platform-independent. I believe there's already a project which creates backups by running shell commands, perhaps they would be interested in btrfs integration.