diff options
author | keuin <[email protected]> | 2021-01-20 18:24:54 +0800 |
---|---|---|
committer | keuin <[email protected]> | 2021-01-20 18:24:54 +0800 |
commit | 194dce931c2c5b139ffc8a6935810281182144d1 (patch) | |
tree | 89a89f46d337e6b958147b7635bd9767b80fd589 | |
parent | 51c2d5d8e63b9db9245d0a1c76f8a94c4cf7c31d (diff) | |
parent | 319ce8664ba9d47fd68a8efa9826cb5a02a1ff46 (diff) |
Merge branch 'master' of https://github.com/keuin/KBackup-Fabric1.4.2
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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! @@ -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. |