2019-10-03 17:50:55 +01:00
|
|
|
# cryfs
|
|
|
|
|
|
|
|
> A cryptographic filesystem for the cloud.
|
|
|
|
> More information: <https://www.cryfs.org/>.
|
|
|
|
|
2020-10-03 15:38:06 +01:00
|
|
|
- Mount an encrypted filesystem. The initialization wizard will be started on the first execution:
|
2019-10-03 17:50:55 +01:00
|
|
|
|
|
|
|
`cryfs {{path/to/cipher_dir}} {{path/to/mount_point}}`
|
|
|
|
|
2020-10-03 15:38:06 +01:00
|
|
|
- Unmount an encrypted filesystem:
|
2019-10-03 17:50:55 +01:00
|
|
|
|
|
|
|
`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}}`
|
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
- List supported ciphers:
|
2019-10-03 17:50:55 +01:00
|
|
|
|
|
|
|
`cryfs --show-ciphers`
|