1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 12:24:55 +02:00
tldr/pages/common/cryfs.md
2019-10-03 17:50:55 +01:00

20 lines
531 B
Markdown

# 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`