Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(doc/README.md): Remove Copy engine references #1978

Merged
merged 2 commits into from
Dec 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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