From 7f560e20cec329661d469c775c788b70c149150c Mon Sep 17 00:00:00 2001 From: SanderHestvik Date: Thu, 28 Dec 2023 15:04:49 +0100 Subject: [PATCH] Remove Copy engine from doc/README.md Remove Copy storage engine from doc/README.md Related to #1957 and #1691 --- doc/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/README.md b/doc/README.md index d1aa0f600..2c71e225f 100644 --- a/doc/README.md +++ b/doc/README.md @@ -14,7 +14,7 @@ vi ~/.mackup.cfg You can specify the storage type Mackup will use to store your configuration files. -For now, you have 4 options: `dropbox`, `google_drive`, `icloud`, `copy` and `file_system`. +For now, you have 4 options: `dropbox`, `google_drive`, `icloud` and `file_system`. If none is specified, Mackup will try to use the default: `dropbox`. With the `dropbox` storage engine, Mackup will automatically figure out your @@ -47,16 +47,6 @@ configuration files in the `~/Library/Mobile\ Documents/com\~apple\~CloudDocs/` engine = icloud ``` -### Copy - -If you choose the `copy` storage engine, Mackup will figure out -where your Copy folder is and store your configuration files in it. - -```ini -[storage] -engine = copy -``` - ### File System If you want to specify another directory, you can use the `file_system` engine