diff options
author | rfjakob | 2023-10-08 19:20:01 +0200 |
---|---|---|
committer | rfjakob | 2023-10-08 19:20:01 +0200 |
commit | a87a68033973bebabe824c2c578340c4d2246467 (patch) | |
tree | f0ce3f82f622adafa03f60038f1365827a87b83e | |
parent | 488a4740d3858f27b1b6799f0e94e53db3c53c07 (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 6c84853..ce2caec 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -1,6 +1,6 @@ ### Upgrading a gocryptfs filesystem -**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. +**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. See also: https://github.com/rfjakob/gocryptfs/wiki/Compatibility 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. |