add new chinese translations
This commit is contained in:
20
pages.zh/common/cryfs.md
Normal file
20
pages.zh/common/cryfs.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# cryfs
|
||||
|
||||
> 一个用于云端的加密文件系统。
|
||||
> 更多信息:<https://www.cryfs.org/>。
|
||||
|
||||
- 挂载一个加密文件系统。首次执行时将启动初始化向导:
|
||||
|
||||
`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
|
||||
- 卸载一个加密文件系统:
|
||||
|
||||
`cryfs-unmount {{path/to/mount_point}}`
|
||||
|
||||
- 在十分钟不活动后自动卸载:
|
||||
|
||||
`cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
|
||||
- 列出支持的加密算法:
|
||||
|
||||
`cryfs --show-ciphers`
|
Reference in New Issue
Block a user