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

20
pages.zh/common/phpbu.md Normal file
View File

@@ -0,0 +1,20 @@
# phpbu
> 一个用于 PHP 的备份工具框架。
> 更多信息:<https://phpbu.de>。
- 使用默认的 `phpbu.xml` 配置文件运行备份:
`phpbu`
- 使用特定的配置文件运行备份:
`phpbu --configuration={{path/to/configuration_file.xml}}`
- 仅运行指定的备份:
`phpbu --limit={{backup_task_name}}`
- 模拟将要执行的操作:
`phpbu --simulate`