Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-21 11:19:49 +00:00
parent 4e88a1b42f
commit 3d653cc7e6
4803 changed files with 127002 additions and 0 deletions

25
cryfs Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# cryfs
> A cryptographic filesystem for the cloud.
> More information: <https://www.cryfs.org/>.
- 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`