add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,28 @@
# rusnapshot
> 用Rust编写的BTRFS快照工具。
> 更多信息:<https://github.com/Edu4rdSHL/rusnapshot>。
- 使用配置文件创建快照:
`sudo rusnapshot --config {{path/to/config.toml}} --cr`
- 列出已创建的快照:
`sudo rusnapshot -c {{path/to/config.toml}} --list`
- 通过ID或快照名称删除快照
`sudo rusnapshot -c {{path/to/config.toml}} --del --id {{snapshot_id}}`
- 删除所有`hourly`快照:
`sudo rusnapshot -c {{path/to/config.toml}} --list --keep {{0}} --clean --kind {{hourly}}`
- 创建一个可读写的快照:
`sudo rusnapshot -c {{path/to/config.toml}} --cr --rw`
- 恢复快照:
`sudo rusnapshot -c {{path/to/config.toml}} --id {{snapshot_id}} --restore`