Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reverse tests on OSX, improve install documentation #51

Merged
merged 6 commits into from
Jan 18, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
encfs manpage: Document ENCFS6_CONFIG
  • Loading branch information
rfjakob committed Jan 13, 2015
commit d494d18f7320672b362309b2451332518c6d4fcd
20 changes: 19 additions & 1 deletion encfs/encfs.pod
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ the encrypted data. You must also keep a copy of the file /home/me/.encfs5
which contains the filesystem information. Together, the two can be used to
reproduce the unencrypted data:

ENCFS5_CONFIG=/home/me/.encfs5 encfs /tmp/crypt-view /tmp/plain-view
ENCFS6_CONFIG=/home/me/.encfs6.xml encfs /tmp/crypt-view /tmp/plain-view

Now /tmp/plain-view contains the same data as /home/me

Expand Down Expand Up @@ -232,6 +232,24 @@ B<Warning>: Use this option at your own risk.

=back

=head1 ENVIRONMENT VARIABLES

=over 4

=item B<ENCFS6_CONFIG>

Which config file (typically named .encfs6.xml) to use.
By default, the config file is read from the encrypted directory.
Using this option allows to store the config file separated from the
encrypted files.

Warning: If you lose the config file, the encrypted file contents are
irrecoverably lost. It contains the master key encrypted with your
password. Without the master key, recovery is impossible, even if you
know the password.

=back

=head1 EXAMPLES

Create a new encrypted filesystem. Store the raw (encrypted) data in
Expand Down