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,24 @@
# apt-clone
> 克隆/备份/恢复基于Debian系统的软件包状态。
> 更多信息:<https://github.com/mvo5/apt-clone>。
- 将当前系统的软件包状态克隆到指定目录:
`apt-clone clone {{path/to/directory}}`
- 创建一个克隆文件(`tar.gz`)以便备份:
`apt-clone clone --destination {{path/to/backup.tar.gz}}`
- 从克隆文件恢复软件包状态:
`apt-clone restore {{path/to/backup.tar.gz}}`
- 显示关于克隆文件的信息(例如,发行版,架构):
`apt-clone info {{path/to/backup.tar.gz}}`
- 检查克隆文件是否可以在当前系统上恢复:
`apt-clone restore {{path/to/backup.tar.gz}} --destination {{path/to/restore}}`