Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 authored and dkocher committed Feb 12, 2024
1 parent ffd3226 commit b877062
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 15 deletions.
20 changes: 10 additions & 10 deletions mountainduck/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ sync
online
```

When connecting to a server, you can choose between *[Online](online.md)* and *[Smart Synchronization](sync.md)* connect
mode.
When connecting to a server, you can choose between *[Online](online.md)*, *[Smart Synchronization](sync.md)*, and *[Integrated](integrated.md)* connect
mode:

```{admonition} Integrated
The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with support from macOS and Windows.
```
- The [_Integrated_ connect mode](integrated.md) synchronizes files and folders from a directory on the local disk with support from macOS and Windows.

```{admonition} Online
In [_Online_ connect mode](online.md), changes to a file are immediately uploaded and in sync when an application has finished saving a file.
```
- Using [_Online_ connect mode](online.md), changes to a file are immediately uploaded and in sync when an application has finished saving a file.

- In [_Smart Synchronization_ connect mode](sync.md), files are copied to a local cache for faster access prior synchronization with the server in the background.

```{admonition} Changing Connect Mode
Switching between [_Integrated_ mode](integrated.md) and [_Smart Synchronization_ mode](sync.md) ypu will be prompt whether or not you want to trash the previous cached files.
```{admonition} Smart Synchronization
In [_Smart Synchronization_ connect mode](sync.md), files are copied to a local cache for faster access prior synchronization with the server in the background.
```

## Feature Comparison
Expand Down
11 changes: 8 additions & 3 deletions mountainduck/connect/integrated.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ This additional icon displayed next to the filename in Finder.app indicates the
:::

### ![](../_images/overlay-pause.png) Sync Paused
The file or folder is pending syncing with the server but synchronization has been [paused](#pause-sync).
The file or folder is pending syncing with the server but synchronization has been [paused](sync.md#pause-sync).

### ![](../_images/overlay_ignored.png) Ignored
The file or folder is only saved in local cache and not synced. New _Folders_, empty files and files matching [excluded filename patterns](../issues/index.md#filenames) are not uploaded. Folders are uploaded after being renamed.
Expand Down Expand Up @@ -99,11 +99,16 @@ Progress is shown when downloading or uploading a file with a progress bar over

Choose *Mountain Duck → Keep Offline on Local Disk* to make files and folders available offline. The status of the file will change to *In Sync*. The action is recursive for all contained files when a folder is selected and applies to new files found on the remote storage.

```{admonition} macOS only
:::{admonition} macOS only
:class: tip

Choose _Download Now_ when using _Integrated_ connect mode to download the file but allow it to be removed from cache on low disk space.
```{image} ../_images/File_Provider_Online_Only.png
:alt: File Provider Icon
:width: 24px
:align: left
```
_Download Now_ when using _Integrated_ connect mode downloads the file but allows it to be removed from cache on low disk space.
:::


### Delete on Local Disk
Expand Down
2 changes: 1 addition & 1 deletion mountainduck/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ The connect mode _Online_ and _Smart Synchronization_ are not supported in Mount
Do not synchronize any file to your computer. You can only access this volume when a connection is possible to the server or cloud storage. Files are accessed on demand from the remote when opened and do not take up any local disk space.

#### Smart Synchronization
Directories can be browsed when offline and files opened are made available for later offline access. Upload changes in the background when server is reachable. You can explicitly make files available offline using the [context menu](sync/index.md#keep-offline). See [Smart Synchronization](sync/index.md).
Directories can be browsed when offline and files opened are made available for later offline access. Upload changes in the background when server is reachable. You can explicitly make files available offline using the [context menu](connect/sync.md#keep-offline). See [Smart Synchronization](connect/sync.md).

#### Integrated

Expand Down
2 changes: 1 addition & 1 deletion mountainduck/issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ Extended attributes containing metadata about the files some applications write
**Quick Look**<br/>
Preview for files only work downloaded files with _In Sync_ or _Up to Date_ [status](../sync/index.md#status-of-files) in _Smart Synchronization_ or _Integrated_ connect mode.
Preview for files only work downloaded files with _In Sync_ or _Up to Date_ [status](../connect/sync.md#status-of-files) in _Smart Synchronization_ or _Integrated_ connect mode.
````
````{group-tab} Windows
Expand Down

0 comments on commit b877062

Please sign in to comment.