mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 13:06:00 +02:00
cryfs: add page (#3295)
This commit is contained in:
parent
1e704a118b
commit
6b3d1f39d5
1 changed files with 20 additions and 0 deletions
20
pages/common/cryfs.md
Normal file
20
pages/common/cryfs.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# cryfs
|
||||
|
||||
> A cryptographic filesystem for the cloud.
|
||||
> More information: <https://www.cryfs.org/>.
|
||||
|
||||
- Mount an encrypted file system. The initialization wizard will be started on the first execution:
|
||||
|
||||
`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
|
||||
- Unmount an encrypted file system:
|
||||
|
||||
`cryfs-unmount {{path/to/mount_point}}`
|
||||
|
||||
- Automatically unmount after ten minutes of inactivity:
|
||||
|
||||
`cryfs --unmount-idle {{10}} {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
||||
|
||||
- Show a list of supported ciphers:
|
||||
|
||||
`cryfs --show-ciphers`
|
Loading…
Add table
Reference in a new issue