1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-26 19:43:59 +02:00
tldr/pages/common/cryfs.md
Managor 99c7af4917
*: use a more specific more info link, org domain (#17699)
Mass update for more specific "more info" links
2025-08-16 11:12:49 -07:00

521 B

cryfs

A cryptographic filesystem for the cloud. More information: https://manned.org/cryfs.

  • Mount an encrypted filesystem. The initialization wizard will be started on the first execution:

cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}

  • Unmount an encrypted filesystem:

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}}

  • List supported ciphers:

cryfs --show-ciphers