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

12
pages.zh/common/rustic.md Normal file
View File

@@ -0,0 +1,12 @@
# rustic
> 创建快速、加密、去重的备份,使用 Rust 技术。
> 更多信息:<https://github.com/rustic-rs/rustic>。
- 初始化一个新仓库:
`rustic init --repository {{/srv/rustic-repo}}`
- 创建文件/目录的新备份到仓库:
`rustic backup --repository {{/srv/rustic-repo}} {{path/to/file_or_directory}}`