You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mountainduck/connect/integrated.md
+26-26
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
Integrated
2
2
====
3
3
4
-
```{toctree}
4
+
:::{toctree}
5
5
:hidden:
6
6
:titlesonly:
7
-
```
7
+
:::
8
8
9
-
```{image} ../_images/Disk_Syncing.png
9
+
:::{image} ../_images/Disk_Syncing.png
10
10
:alt: Disk Syncing
11
11
:width: 200px
12
-
```
12
+
:::
13
13
14
14
> Local storage is managed by the operating system. The mount is not seen as a remote volume by applications but as a regular folder on disk. This option uses the tightly integrated _File Provider_ (macOS) and _Cloud Files_ (Windows) APIs. Directories can be browsed when offline and files opened are made available for later offline access. You can choose to make selected files and folders available for offline use. Changes to files are uploaded in the background as soon as a connection is available.
15
15
16
-
```{tip}
16
+
:::{tip}
17
17
You can access files in _Integrated_ connect mode without being always connected the server or cloud storage.
18
-
```
18
+
:::
19
19
20
20
21
21
## Status of Files
@@ -25,29 +25,29 @@ Files and folders on a mounted volume have a status icon overlay in _File Explor
25
25
###  Up to Date
26
26
The file or the contents of a directory has been opened and downloaded to your computer and therefore currently synced with the server or cloud storage. The file takes disk space on your computer and can always be opened even when no connection to the server or cloud storage is possible. New files in a directory on the remote server will appear as *Online Only* and are not downloaded automatically. Files copied to a volume are kept cached by default.
27
27
28
-
```{note}
28
+
:::{note}
29
29
Files can be purged automatically from the cache when not accessed or the cache size limit is exceeded. Refer to [Cache Limitations](../preferences.md#cache-limitations).
30
-
```
30
+
:::
31
31
32
32
###  Online Only
33
33
The file can only be opened when a connection to the server or cloud storage can be made. The file does not take any space on your computer. The file is downloaded on demand when you open it.
Click this additional icon displayed next to the filename in Finder.app to request the download of the file.
43
43
:::
44
44
45
45
###  In Sync
46
46
The file or folder is selected to be synced with the server or cloud storage to always keep offline. The file takes disk space on your computer and can always be opened even when no connection to the server or cloud storage is possible. New files in a directory on the remote server will be downloaded automatically.
47
47
48
-
```{tip}
48
+
:::{tip}
49
49
Files explicitly selected to keep offline are **not** automatically purged. Refer to [Cache Limitations](../preferences.md#cache-limitations).
50
-
```
50
+
:::
51
51
52
52
###  Sync in Progress
53
53
The file or folder is currently syncing with the server or cloud storage. Check the menu with the sync status for current download or upload progress.
@@ -61,11 +61,11 @@ Files that failed to sync after changes. You are missing permission to write to
61
61
62
62
:::{admonition} macOS only
63
63
:class: note
64
-
```{image} ../_images/File_Provider_Ignored.png
64
+
:::{image} ../_images/File_Provider_Ignored.png
65
65
:alt: File Provider Icon
66
66
:width: 24px
67
67
:align: left
68
-
```
68
+
:::
69
69
This additional icon displayed next to the filename in Finder.app indicates the file is not synced.
70
70
:::
71
71
@@ -77,11 +77,11 @@ The file or folder is only saved in local cache and not synced. New _Folders_, e
77
77
78
78
:::{admonition} macOS only
79
79
:class: note
80
-
```{image} ../_images/File_Provider_Error.png
80
+
:::{image} ../_images/File_Provider_Error.png
81
81
:alt: File Provider Icon
82
82
:width: 24px
83
83
:align: left
84
-
```
84
+
:::
85
85
This additional icon displayed next to the filename in Finder.app indicates a sync error for the file.
86
86
:::
87
87
@@ -90,10 +90,10 @@ This additional icon displayed next to the filename in Finder.app indicates a sy
90
90
91
91
Changes to files are uploaded in the background as soon as a connection is available. Progress is reported by animating the status bar icon and a menu item titled *Sync in Progress*.
92
92
93
-
```{admonition} macOS only
93
+
:::{admonition} macOS only
94
94
:class: tip
95
95
Progress is shown when downloading or uploading a file with a progress bar over the file icon or circular progress indicator adjacent the filename.
96
-
```
96
+
:::
97
97
98
98
### Keep Offline
99
99
@@ -102,11 +102,11 @@ Choose *Mountain Duck → Keep Offline on Local Disk* to make files and folders
_Download Now_ when using _Integrated_ connect mode downloads the file but allows it to be removed from cache on low disk space.
111
111
:::
112
112
@@ -115,26 +115,26 @@ _Download Now_ when using _Integrated_ connect mode downloads the file but allow
115
115
116
116
Choose *Mountain Duck → Delete on Local Disk* to delete the offline copy. The status of the file will change to *Online Only*. The action is recursive for all contained files when a folder is selected and allows you to quickly free up space used in the cache on your local disk.
117
117
118
-
```{admonition} macOS only
118
+
:::{admonition} macOS only
119
119
:class: tip
120
120
121
121
Choose _Remove Download_ instead when using _Integrated_ connect mode.
122
-
```
122
+
:::
123
123
124
124
## Cache
125
125
126
126
There are different ways to delete the sync cache:
127
127
* Delete the bookmark with connection mode set to *Smart Synchronization* or *Integrated*
128
128
* Use the deletion prompt when switching the connect mode between *Integrated* and *Smart Synchronization*
129
-
```{image} ../_images/Prompt_Delete_Cache.png
129
+
:::{image} ../_images/Prompt_Delete_Cache.png
130
130
:alt: Delete Cache Prompt
131
131
:width: 400px
132
-
```
132
+
:::
133
133
* Use the delete option in Finder.app once the bookmark is disconnected. You will be prompt to confirm the deletion as it can lead to file loss if some changes aren't synchronized to the server
0 commit comments