diff options
-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. |