diff options
author | Keuin <[email protected]> | 2021-01-14 13:49:18 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2021-01-14 13:49:18 +0800 |
commit | 319ce8664ba9d47fd68a8efa9826cb5a02a1ff46 (patch) | |
tree | 04c8b2f0b42fa506b481225620d1c3ed9c2b71d0 | |
parent | 98274aeaa26f96529dcc76d8b64692fcc6627410 (diff) |
Update command for incremental backup
-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. |