Skip to content
Open
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
4 changes: 2 additions & 2 deletions detailed-descriptions/using-duplicati-with-macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ If you have installed the GUI package, you will have Duplicati installed in `/Ap

If you install the CLI package, Duplicati binaries are placed in `/usr/local/duplicati` and symlinked into `/usr/local/bin` and you can start the server simply by running:

```
```sh
duplicati-server
```

When invoked as a regular user, it will use the same folder, `~/Library/Application Support/Duplicati`, as the [TrayIcon](../duplicati-programs/trayicon.md) and share the configuration.

**Note**: If you install the GUI package or install from homebrew, Duplicati's binaries are not symlinked into the paths searched by MacOS. You can invoke the binaries by supplying the full path:

```
```sh
/Applications/Duplicati.app/Contents/MacOS/duplicati-server
```

Expand Down