]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commit
README: remove note about planned commands
authorEric Biggers <ebiggers@google.com>
Mon, 13 Sep 2021 19:40:14 +0000 (12:40 -0700)
committerEric Biggers <ebiggers@google.com>
Mon, 13 Sep 2021 19:40:14 +0000 (12:40 -0700)
commit8e44543ccb77d2fd4a642d83aa8ef79bf06b4d3f
treec647f4a5846a3d960607e04ce8bf5b10a64a5da2
parent09371853570b1b9afd75865e3b7125445a44ecd5
README: remove note about planned commands

These would still be nice to add.  However, the mention of them in the
README is misleading because people reading it might come away with the
impression that there is currently no way to back up fscrypt metadata or
to recover directories -- which isn't true.  (The fscrypt metadata is
just a directory which can be backed up like any other directory.  And
'fscrypt encrypt' already offers to generate a recovery passphrase when
the directory and protector are on different filesystems.)

Just remove this note; it doesn't really add any value.
README.md