diff options
author | rfjakob | 2023-10-08 19:20:14 +0200 |
---|---|---|
committer | rfjakob | 2023-10-08 19:20:14 +0200 |
commit | 98f2b09c8e61e3226be5fdcb78de528e1390aa86 (patch) | |
tree | e2b6ab8cb01df056ed2021815ae478ae0338511c | |
parent | a87a68033973bebabe824c2c578340c4d2246467 (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 ce2caec..34bd7c4 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. See also: https://github.com/rfjakob/gocryptfs/wiki/Compatibility +> **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. |