diff options
author | rfjakob | 2016-06-10 09:32:59 +0200 |
---|---|---|
committer | rfjakob | 2016-06-10 09:32:59 +0200 |
commit | 37ae075e7d324e185600e4a041c9cdccd9779165 (patch) | |
tree | 21ed408a0675f69a2b5cccfff721d0f3877ac43e | |
parent | c908716d25266ecab8d89e4ede2e811bd6e8f47a (diff) |
Updated Upgrading (markdown)
-rw-r--r-- | Upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md index b5b4708..1509bf2 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -1,6 +1,6 @@ ### Upgrading a gocryptfs filesystem -To upgrade your filesystem, you create a new empty one with the newer version of gocryptfs, mount it, and copy all the files over. +To upgrade your filesystem, you create a new empty one with the newer version of gocryptfs (currently v0.11), mount it, and copy all the files over. Let's assume you have an old gocryptfs filesystem stored in `/old.enc`, mounted to `/old`. You have created a new filesystem in `/new.enc` and mounted it to `/new`. The `df -Th` output would look like this: |