.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "CRYFS" "1" "October 2016" "" "" . .SH "NAME" \fBcryfs\fR \- encrypt your files and store them in the cloud . .SH "SYNOPSIS" \fBcryfs\fR [\fIoptions\fR] \fIbasedir\fR \fImountpoint\fR [\-\- [FUSE Mount Options]] . .TP \fBbasedir\fR The directory containing the encrypted data\. This directory will be automatically created if it does not exist\. . .TP \fBmountpoint\fR The directory containing the unencrypted files\. This directory will be automatically created if it does not exist\. . .SH "DESCRIPTION" The \fBcryfs\fR utility creates a user directory that is backed by an encrypted store\. . .P It can be used to implement an encrypted work area on the cloud, by pointing the basedir to a cloud\-replicated directory\. . .P CryFS uses FUSE \fIhttps://en\.wikipedia\.org/wiki/Filesystem_in_Userspace\fR for the file mount\. Use \fBfusermount \-u \fR to unmount the encrypted volume\. . .SH "OPTIONS" . .TP \fB\-h\fR, \fB\-\-help\fR Show a help message\. . .TP \fB\-c\fR, \fB\-\-config\fR \fIfile\fR Specify a configuration file\. . .TP \fB\-f\fR, \fB\-\-foreground\fR Run CryFS in the foreground\. . .TP \fB\-\-cipher\fR \fIcipher\fR Specify the encryption algorithm\. . .TP \fB\-\-blocksize\fR \fIbytes\fR The block size used when storing ciphertext blocks\. . .TP \fB\-\-show\-ciphers\fR List all valid encryption algorithms\. . .TP \fB\-\-unmount\-idle\fR \fIminutes\fR Automatically unmount after the specified number of minutes\. . .TP \fB\-\-logfile\fR \fIlogfile\fR Specify the logfile\. Default is STDOUT/syslog\. . .SH "ENVIRONMENT" . .TP CRYFS_FRONTEND=noninteractive Work better together with tools\. With this option set, CryFS won\'t ask anything, but use default values for options you didn\'t specify on command line\. Furthermore, it won\'t ask you to enter a new password a second time (password confirmation)\. . .TP CRYFS_NO_UPDATE_CHECK=true By default, CryFS connects to the internet to check for known security vulnerabilities and new versions\. This option disables this\. . .SH "SEE ALSO" fusermount(1)