Temporary upgrade of textile_backup for my own server - Find the official version here: https://github.com/Szum123321/textile_backup
Go to file
2020-01-30 07:18:15 +01:00
gradle/wrapper Init 2020-01-25 09:54:58 +01:00
src/main Compatible Windows 2020-01-30 08:57:18 +08:00
.gitignore Init 2020-01-25 09:54:58 +01:00
build.gradle Fix NullPointer exception when server stop (ctx is null when BackupHelper.create is called by net.szum123321.textile_backup.mixin.MinecraftServerMixin#onShutdown) 2020-01-29 10:03:28 +01:00
gradle.properties Small fabric.mod.json and other update 2020-01-25 11:17:16 +01:00
gradlew Init 2020-01-25 09:54:58 +01:00
gradlew.bat Init 2020-01-25 09:54:58 +01:00
LICENSE Init 2020-01-25 09:54:58 +01:00
README.md README.md update 2020-01-25 10:56:08 +01:00
settings.gradle Init 2020-01-25 09:54:58 +01:00

Textile Backup

Finally, a backup mod for fabric!

Downloads Available for

Small, configurable, fully server-side backup mod for Fabric

Commands look like that: /backup 'operation'.

Available operations are:

  • start - just starts backup
  • cleanup - forces cleanup procedure (deletes old backups according to config)

All of above can only be done by server admins(permission level 4) / player on single payer with cheats on

Feel free to use this mod in your modpack or on server!

Important

  • Time format used by this mod is: dd.MM.yyyy_HH:mm:ss
  • This mod contains Cotton Config and its dependencies as jars in jar, which are property of CottonMC