add new chinese translations
This commit is contained in:
20
pages.zh/common/phpbu.md
Normal file
20
pages.zh/common/phpbu.md
Normal 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`
|
Reference in New Issue
Block a user