diff options
| author | Brian Exelbierd | 2018-07-28 14:05:30 +0200 | 
|---|---|---|
| committer | Brian Exelbierd | 2018-07-28 14:05:30 +0200 | 
| commit | c92ba8d22000a826dc86cc49652a19ff03ac69f1 (patch) | |
| tree | 025c98e075cdd8a0e5283b7eede6a83f47893292 | |
| parent | edf7ad473506fa81a4dfd5af879bb6667d9d7000 (diff) | |
Updated Upgrading (markdown)
| -rw-r--r-- | Upgrading.md | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Upgrading.md b/Upgrading.md index e45deda..26b8042 100644 --- a/Upgrading.md +++ b/Upgrading.md @@ -1,5 +1,7 @@  ### Upgrading a gocryptfs filesystem +**Note:** Users of 1.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.  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:  | 
