From 3343eef8974ff6d5b4cf2649e4eaa77afa13f480 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 17 Aug 2021 15:45:05 +0200 Subject: quickstart: add cloud storage example https://github.com/rfjakob/gocryptfs/issues/501 --- docs/quickstart.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs/quickstart.md') diff --git a/docs/quickstart.md b/docs/quickstart.md index 2313d6a..f91a121 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -58,3 +58,17 @@ up encrypted in the `cipher` directory. $ touch plain/test.txt $ ls cipher gocryptfs.conf gocryptfs.diriv ZSuIZVzYDy5-TbhWKY-ciA== + +Cloud Storage +------------- + +When you want to store your encrypted data on cloud storage (Dropbox in this example), +the `cipher` folder should be inside the `Dropbox` folder but the `plain` folder +should be **outside**! Example: + + $ mkdir ~/Dropbox/cipher + $ mkdir ~/plain + $ gocryptfs -init ~/Dropbox/cipher + $ gocryptfs ~/Dropbox/cipher ~/plain + +This makes sure that Dropbox only syncs the encrypted version of your data. -- cgit v1.2.3