Backup Mod for Fabri
Go to file
szymon c43ae5b19c Added isValid method to Utils BackupHelper cleanup method uses now separated delete method (for logging)
delete method checks if file isn't going to be restored
2020-08-07 00:03:38 +02:00
gradle/wrapper Dependency update. 2020-06-24 20:16:24 +02:00
src/main Added isValid method to Utils BackupHelper cleanup method uses now separated delete method (for logging) 2020-08-07 00:03:38 +02:00
.gitignore Init 2020-01-25 09:54:58 +01:00
Copyright_Notice.txt Few final tweaks. Everything seems to be working alright. 2020-04-19 10:40:28 +02:00
LICENSE Init 2020-01-25 09:54:58 +01:00
README.md Some additional tweaks to the compression system. Also file blacklist works now! 2020-04-17 10:20:47 +02:00
build.gradle Loom update + version bump 2020-08-02 19:56:16 +02:00
gradle.properties Moved Static variables to separate class (Statics) 2020-08-05 19:11:06 +02:00
gradlew Init 2020-01-25 09:54:58 +01:00
gradlew.bat Init 2020-01-25 09:54:58 +01:00
settings.gradle Init 2020-01-25 09:54:58 +01:00

README.md

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. You can add comment* to file by just typing it after command. For example: /backup start FabricIsGreat
  • cleanup - forces cleanup procedure (deletes old backups according to config)
  • whitelist - here you can add, remove and list player that are allowed to run any operation within this mod despite not having high enough permission level*
  • whitelist - here you can add, remove and list player that are not allowed to run any operation within this mod despite having high enough permission level*

All of the above can only be done by server admins(permission level 4 - configurable*) or player on a single player.

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

Important

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

* - feature available since 1.1.0

If you have any suggestions or found a problem please report it on Github.