Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zly2006/x-backup
https://github.com/zly2006/x-backup
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zly2006/x-backup
- Owner: zly2006
- License: other
- Created: 2024-10-17T11:25:30.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-17T11:12:44.000Z (about 1 month ago)
- Last Synced: 2024-11-17T12:20:30.450Z (about 1 month ago)
- Language: Kotlin
- Size: 278 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# X Backup
The advanced backup mod for fabric.
## Advantages
- ⚡️Lightning-Fast Speeds: Utilizes multithreading technology for rapid backup processes, completing tasks in a fraction of the time.
- 💾Space-Efficient: Implements incremental backups and automatically compresses large files, minimizing storage usage.
- 🔄Seamless Restoring: Restores can be completed without requiring a server reboot. (but player will still be kicked)
- 🛡️Flexible Support: Designed to support both servers and clients, providing a versatile solution for all your backup needs.
- ☁️Automatic Cloud Backup: Effortlessly back up your data to the cloud, with support for Microsoft OneDrive, ensuring your information is safe and accessible from anywhere.## Usage
### Commands
```
/xb status
```
Displays the current status of the backup process.```
/xb create [comment]
```
Creates a backup with an optional comment.```
/xb list
```
Lists all backups.```
/xb restore
```
Restores a backup with the specified ID.You can add `--stop` at the end if you want to stop the server after restoring, this may fix some compatibility issues.
```
/xb restore --chunk
```**Regionally restore**
Restores a backup with the specified ID, but only restores the chunks within the specified range.```
/xb backup-interval [interval]
```
Checks or sets the backup interval in seconds. Set to 0 to disable automatic backups.```
/xb delete
```
Deletes a backup with the specified ID.```
/xb info
```
Displays information about a backup with the specified ID.# X Backup
Fabric 的高级备份模组。
## 优势
- ⚡️极速备份:利用多线程技术进行快速备份,以极短的时间完成任务。
- 💾高效利用空间:实现增量备份并自动压缩大文件,最大限度地减少存储使用。
- 🔄无缝回档:可以在不需要服务器重启的情况下完成回档。 (但玩家仍会被踢出)
- 🛡️灵活支持:同时支持服务器和客户端,为您的所有备份需求提供多功能解决方案。
- ☁️自动云备份:轻松将数据备份到云端,支持 Microsoft OneDrive,确保您的信息安全并可以随时访问。## 用法
### 命令
```
/xb status
```
显示备份过程的当前状态。```
/xb create [comment]
```
创建一个带有可选注释的备份。```
/xb list
```
列出所有备份。```
/xb restore
```
回档到指定 ID 的备份。如果你想在回档后停止服务器,可以在末尾加上 `--stop`,这可能会修复一些兼容性问题。
```
/xb restore --chunk
```**区域性回档**
回档到指定 ID 的备份,但只回档指定范围内的区块。```
/xb backup-interval [interval]
```
检查或设置备份间隔(秒)。设置为 0 以禁用自动备份。```
/xb delete
```
删除指定 ID 的备份。```
/xb info
```
显示指定 ID 的备份信息。