Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassie205 authored and dkocher committed Sep 27, 2024
1 parent d3d8889 commit 422faef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions mountainduck/connect/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ 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:

::::{tabs}
:::{tab} Integrated
Expand All @@ -20,7 +20,7 @@ The [_Integrated_ connect mode](integrated.md) synchronizes files and folders fr
:::
:::{tab} 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.

:::
:::{tab} Smart Synchronization
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 @@ -98,7 +98,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
3 changes: 3 additions & 0 deletions mountainduck/issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ Extended attributes containing metadata about the files some applications write
fs.filenames.metadata.enable=false
```

**Quick Look**<br/>
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 422faef

Please sign in to comment.