textile_backup/README.md

38 lines
1.9 KiB
Markdown
Raw Normal View History

2020-01-25 09:54:58 +01:00
# Textile Backup
>Finally, a backup mod for fabric!
2020-09-09 14:52:31 +02:00
[中文/Chinese](https://github.com/Szum123321/textile_backup/blob/2.x/README_zh-CN.md)
2020-09-09 14:52:31 +02:00
2020-01-25 10:56:08 +01:00
[![Downloads](http://cf.way2muchnoise.eu/full_359893_downloads.svg)
![Available for](http://cf.way2muchnoise.eu/versions/359893.svg)](https://www.curseforge.com/minecraft/mc-mods/textile-backup)
2020-01-25 09:54:58 +01:00
2020-02-11 19:26:16 +01:00
Small, configurable, fully server-side backup mod for Fabric
2020-01-25 09:54:58 +01:00
2020-09-09 14:50:52 +02:00
Commands look like that: `/backup <operation> [args]`
2020-01-25 10:56:08 +01:00
2020-01-25 09:54:58 +01:00
Available operations are:
2020-01-25 10:56:08 +01:00
2020-09-09 14:19:12 +02:00
* start - just starts backup. You can add comment* to file by just typing it after command. For example: `/backup start FabricIsGreat`
2020-12-07 00:05:53 +01:00
* restore - restores backup. Note that the current world will be backuped, and you can add comment to it. `/backup restore <creation date> [comment]`
2020-09-09 14:19:12 +02:00
* killR - terminate current restoration.
* list - lists all avaliable backups.
2020-01-25 10:56:08 +01:00
* cleanup - forces cleanup procedure (deletes old backups according to config)
2020-12-07 00:05:53 +01:00
* delete - delets given file, usage the same as restore
2020-03-24 22:04:27 +01:00
* 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*
2020-09-09 14:50:52 +02:00
* blacklist - 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*
2020-01-25 09:54:58 +01:00
All of the above can only be done by server admins(permission level 4 - configurable*) or player on a single player.
2020-01-25 09:54:58 +01:00
Feel free to use this mod in your modpack or on a server!
2020-01-25 09:54:58 +01:00
### Important
2020-03-24 22:04:27 +01:00
* 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**_.
2020-02-11 19:26:16 +01:00
2020-03-24 22:04:27 +01:00
\* - feature available since 1.1.0
2020-09-09 14:19:12 +02:00
If you have any suggestions or found a problem please report it on [Github](https://github.com/Szum123321/textile_backup).
2020-10-08 21:36:20 +02:00
And here's a link to my [discord channel](https://discord.gg/ktasEy4)