Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/keuin/KBackup-Fabric
Browse files Browse the repository at this point in the history
  • Loading branch information
keuin committed Jan 20, 2021
2 parents 51c2d5d + 319ce86 commit 194dce9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A simple backup mod for fabric Minecraft server.

Minecraft version: 1.14.4
Minecraft version: 1.14.4, 1.15.2, 1.16.4

[Fabric API](https://minecraft.curseforge.com/projects/fabric/files) is required!

Expand All @@ -11,6 +11,7 @@ Minecraft version: 1.14.4
- **/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 incbak \[backup_name\]**: make an incremental backup which will be saved in `incremental` folder. (However, the index file will be saved in `backups` folder)
- **/kb restore \<backup_name\>**: restore to a certain backup. This command needs a confirm to execute.
- **/kb confirm**: confirm executing restore operation. The operation is irreversible.
- **/kb delete**: delete an existing backup.
Expand Down

0 comments on commit 194dce9

Please sign in to comment.