diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -2,11 +2,20 @@ A simple backup mod for fabric Minecraft server. -Current Minecraft version: 1.14.4 +Minecraft version: 1.14.4 + +[Fabric API](https://minecraft.curseforge.com/projects/fabric/files) is required! commands: - */kb* or */kb help*: show command list - */kb list*: show existing backups - */kb backup \[backup_name\]*: make a backup with given name or the current system time by default -- */kb restore \<backup_name\>*: restore to a certain backup
\ No newline at end of file +- */kb restore \<backup_name\>*: restore to a certain backup + + +To-Do List: +- Optimize ZipUtil +- Optimize lag during the backup process (use async I/O) +- Optimize output format +- Implement incremental backup |