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

Improve the Smart Sync offline access information #447

Merged
merged 2 commits into from
Nov 10, 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
6 changes: 4 additions & 2 deletions mountainduck/connect/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,17 @@

### Keep Offline

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.
Choose *Mountain Duck → Keep Offline on Local Disk* to make files and folders available even offline with no network connectivity. 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.

```{image} ../_images/Sync_Context_Menu_macOS.png
:alt: Sync Context Menu (macOS)
:width: 500px
```

The files are saved in the obfuscated sync cache and the local copy can't be accessed without using the volume mounted by Mountain Duck. Changes on cached files from a mounted volume without an activ network connection will be written to the sync cache and will be synchronized in the background when the server is reachable again.

```{note}
As long as the volume is mounted, files marked _Up to Date_ or _In Sync_ with a green checkmark remain accessible even if the network connection drops. Changes are synchronized in the background when the server is reachable again.
As long as the volume is mounted, files marked _Up to Date_ or _In Sync_ with a green checkmark remain accessible even if the network connection drops.
```

### Delete on Local Disk
Expand Down Expand Up @@ -186,19 +188,19 @@
:width: 600px
```

#### ![Delete](../_images/delete.png) Delete

Check warning on line 191 in mountainduck/connect/sync.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H2 to H4 [myst.header]
A file or folder has been deleted either *by you* or *on the server*

#### ![Create](../_images/plus.png) Create

Check warning on line 194 in mountainduck/connect/sync.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H2 to H4 [myst.header]
A file or folder was created or updated *on the server*.

#### ![Upload](../_images/transfer_upload.png) Upload

Check warning on line 197 in mountainduck/connect/sync.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H2 to H4 [myst.header]
A file or folder was added or changed *by you* and uploaded to the server.

#### ![Download](../_images/transfer_download.png) Download

Check warning on line 200 in mountainduck/connect/sync.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H2 to H4 [myst.header]
A file is downloaded to the local cache to be available for offline use. This state also occurs if a file that is marked as *Keep offline* has updated on the server.

#### ![Error](../_images/alert.png) Error

Check warning on line 203 in mountainduck/connect/sync.md

View workflow job for this annotation

GitHub Actions / build

Non-consecutive header level increase; H2 to H4 [myst.header]
The sync operation failed for the file. A file may show up with an error state indicating an issue while synchronizing. Further details are available through the [sync option menu item](../interface.md#context-menu-in-finder-and-windows-file-explorer).

### Application Display
Expand Down
Loading