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

28
pages.zh/linux/snapper.md Normal file
View File

@@ -0,0 +1,28 @@
# snapper
> 文件系统快照管理工具。
> 更多信息:<http://snapper.io/manpages/snapper.html>。
- 列出快照配置:
`snapper list-configs`
- 创建 snapper 配置:
`snapper -c {{config}} create-config {{path/to/directory}}`
- 创建带描述的快照:
`snapper -c {{config}} create -d "{{snapshot_description}}"`
- 列出配置的快照:
`snapper -c {{config}} list`
- 删除快照:
`snapper -c {{config}} delete {{snapshot_number}}`
- 删除一系列快照:
`snapper -c {{config}} delete {{snapshot1}}-{{snapshot2}}`