Skip to content

Commit

Permalink
Remove Copy engine from doc/README.md
Browse files Browse the repository at this point in the history
Remove Copy storage engine from doc/README.md

Related to lra#1957 and lra#1691
  • Loading branch information
SanderHestvik authored Dec 28, 2023
1 parent d9c95d5 commit 7f560e2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7f560e2

Please sign in to comment.