diff options
author | rfjakob | 2023-10-08 19:19:32 +0200 |
---|---|---|
committer | rfjakob | 2023-10-08 19:19:32 +0200 |
commit | 488a4740d3858f27b1b6799f0e94e53db3c53c07 (patch) | |
tree | daca514a78721b34dbfa0956d71510d67bbe3e3b | |
parent | c6b369f20429ab527325ba4ca50e07e4d12dfeae (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 26b8042..6c84853 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -1,6 +1,6 @@ ### Upgrading a gocryptfs filesystem -**Note:** Users of 1.0 and later should not need to complete this process. +**Note:** This article was originally written in gocryptfs 0.x times, where the on-disk format still saw some changes. Users of gocryptfs v1.0 and later should not need to complete this process. 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. |