From 8e44543ccb77d2fd4a642d83aa8ef79bf06b4d3f Mon Sep 17 00:00:00 2001 From: Eric Biggers Date: Mon, 13 Sep 2021 12:40:14 -0700 Subject: [PATCH] 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 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index 530671a..285bb25 100644 --- a/README.md +++ b/README.md @@ -139,11 +139,6 @@ Concretely, `fscrypt` contains the following functionality: * `fscrypt status [PATH]` - Gets detailed info about filesystems or paths * `fscrypt metadata` - Manages policies or protectors directly -The following functionality is planned: -* `fscrypt backup` - Manages backups of the `fscrypt` metadata -* `fscrypt recovery` - Manages recovery keys for directories -* `fscrypt cleanup` - Scans filesystem for unused policies/protectors - See the example usage section below or run `fscrypt COMMAND --help` for more information about each of the commands. -- 2.39.5